AKASH2907 / pi-consistency-activity-detection

End-to-End Semi-Supervised Learning for Video Action Detection [CVPR 2022]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loss_wt_grad

35454652 opened this issue · comments

At line 133 of main.py, the variable 'loss_wt_grad' is not define.I can't find a definition about this variable.

total_seg_cons_loss_2 = (wt_ramp * loss_wt_grad) + ((1 - wt_ramp) * loss_wt_simple_l2)

I have updated the code. Thanks for pointing it out.