-
Notifications
You must be signed in to change notification settings - Fork 80
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
How to train #93
Comments
i have same, do you solve it? |
1 similar comment
i have same, do you solve it? |
please ask to you had slove it? |
does your working directory contain a config.py? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did installation guided by this webpage and successfully installed cvpods.
After that I tried to train a detector like retinanet but meet a file problem :
log is here:
(pytorch) lpf@lpf-AW17:~/cvpods/playground/detection/coco/retinanet/retinanet.res50.fpn.coco.multiscale.1x$ pods_train --num-gpus 8
Traceback (most recent call last):
File "/home/lpf/cvpods/tools/train_net.py", line 151, in
from config import config
ModuleNotFoundError: No module named 'config'
What happeded ? I am very confused about that because this comes out without any proper reaseon, could you please help me ?thank you very much!!
The text was updated successfully, but these errors were encountered: