Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
syj2908 opened this issue Dec 13, 2022 · 0 comments
Open

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

syj2908 opened this issue Dec 13, 2022 · 0 comments

Comments

@syj2908
Copy link

syj2908 commented Dec 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant