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

Get stuck on loading resnet50 #41

Closed
movie-m opened this issue May 2, 2020 · 2 comments
Closed

Get stuck on loading resnet50 #41

movie-m opened this issue May 2, 2020 · 2 comments

Comments

@movie-m
Copy link

movie-m commented May 2, 2020

I train with 4 GPUs by the command
./tools/dist_train.sh configs/solo/solo_r50_fpn_8gpu_1x.py 4
But the process can not proceede after reaching
2020-05-02 15:26:02,261 - mmdet - INFO - load model from: torchvision://resnet50

However, when I train with 1 GPU on another machine, the resnet50 can be loaded properly.
Could you help me out?

@WXinlong
Copy link
Owner

WXinlong commented May 5, 2020

@Wei-Mao It looks like the res50 model was not smoothly downloaded on that machine. You can download the model yourself, put it under a directory and change the config file (L4), e.g., change pretrained='torchvision://resnet50' to pretrained=xxxx

@movie-m
Copy link
Author

movie-m commented Jun 6, 2020

Thanks a lot!

@movie-m movie-m closed this as completed Jun 6, 2020
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

2 participants