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

A model file is downloaded every time. #1

Open
sunjc0306 opened this issue Aug 29, 2020 · 1 comment
Open

A model file is downloaded every time. #1

sunjc0306 opened this issue Aug 29, 2020 · 1 comment

Comments

@sunjc0306
Copy link

The file named 'resnet50-19c8e357.pth' is downloaded from the website:"https://download.pytorch.org/models/resnet50-19c8e357.pth" when running this lib every time, although it was run just now. It is troublesome for using this lib. How to solve this problem?

@sunjc0306
Copy link
Author

The related codes is self.model = torch.hub.load( 'NVIDIA/DeepLearningExamples:torchhub', 'nvidia_ssd', model_math='fp16' if self.fp16 else 'fp32' ).to(device) in ssd.py file.

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