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
Thanks for releasing your work. Big help for someone prefer pytorch like me.
When I check the test_model.py code, one thing confused me. I found out that the BNInception has total 485 components. While the ucf101_rgb.pth only recover 416 of them.
Hello
Thanks for releasing your work. Big help for someone prefer pytorch like me.
When I check the test_model.py code, one thing confused me. I found out that the BNInception has total 485 components. While the ucf101_rgb.pth only recover 416 of them.
len(list(net.state_dict()) == 485 len(list(base_dict)) == 416
Is this normal ? Does this affect total accuracy ?
Best
The text was updated successfully, but these errors were encountered: