ActionDetection-AFSD icon indicating copy to clipboard operation
ActionDetection-AFSD copied to clipboard

What's the difference between net() and net.module()?

Open syj2908 opened this issue 2 years ago • 0 comments

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.

syj2908 avatar Dec 13 '22 04:12 syj2908