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
In the version of supporting multi-GPU, I notice the code in GAF/thumos14/train.py has been modified from output_dict = net(clips, proposals=targets, ssl=ssl) to output_dict = net.module(clips, proposals=targets, ssl=ssl, mode='clf'). Can anyone tell me the difference ? Thanks.
The text was updated successfully, but these errors were encountered:
In the version of supporting multi-GPU, I notice the code in GAF/thumos14/train.py has been modified from
output_dict = net(clips, proposals=targets, ssl=ssl)
tooutput_dict = net.module(clips, proposals=targets, ssl=ssl, mode='clf')
. Can anyone tell me the difference ? Thanks.The text was updated successfully, but these errors were encountered: