wangxiang1230 / SSTAP

Code for our CVPR 2021 Paper "Self-Supervised Learning for Semi-Supervised Temporal Action Proposal".
70 stars 8 forks source link

if the mean-teacher parameters used on two datasets are the same? #16

Open EricPaul03 opened 10 months ago

EricPaul03 commented 10 months ago

Hello! I want to know if the mean-teacher parameters used on two datasets are the same. eg.update_ema_variables(model, model_ema, 0.999, float(global_step / 20)) Thank you so much.