You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.