Open GrassBro opened 5 years ago
Hi, Yanzhao, this error is related to 'run_tasks('./config.yml')', do you have any suggestions about this error? @ZhouYanzhao
Hi, @ZhouYanzhao ,
59 config[key] = parse_config( ---> 60 val, env_vars=env_vars, global_vars=global_vars)
It seems that the error happens at line 60 in parser.py file of the nest package. However, I can not figure out the reason as I am not familiar with the iteration operation in this file.
looking forward to your suggestions.
Thanks, Xin
I fixed the bug by changing the python and pytorch version. While the basic problem is that the code can find the file path but cannot load the file. Sorry for bothering. This issue could be closed.
I also got an error related to 'run_tasks('./config.yml')'. I have set all the Prerequisites same with the 'ReadMe.md' except the system. I run this code on Ubuntu 16.04, could you please tell me what is your system?
Looking forward for your answer. Thanks a lot.
I also got an error related to 'run_tasks('./config.yml')'. I have set all the Prerequisites same with the 'ReadMe.md' except the system. I run this code on Ubuntu 16.04, could you please tell me what is your system?
Looking forward for your answer. Thanks a lot.
I have the same operating system as you. Anyway, you can download the resnet50 model into the target folder, then the code can load that model and no errors happened. I didn't change any code for simplification.
I haven't solve this error although I download the resnet50 model. I guess I may set the wrong path.Could you tell me how you set your folder(like dataset, 'resnet50.pth', etc)? Thanks again!
I haven't solve this error although I download the resnet50 model. I guess I may set the wrong path.Could you tell me how you set your folder(like dataset, 'resnet50.pth', etc)? Thanks again!
/usr/local/lib/python3.*/dist-packages/torchvision/models/resnet50....pth This is useful for me.
I haven't solve this error although I download the resnet50 model. I guess I may set the wrong path.Could you tell me how you set your folder(like dataset, 'resnet50.pth', etc)? Thanks again!
/usr/local/lib/python3.*/dist-packages/torchvision/models/resnet50....pth This is useful for me.
THANK YOU SOOOOO MUCH! I will try it!
I haven't solve this error although I download the resnet50 model. I guess I may set the wrong path.Could you tell me how you set your folder(like dataset, 'resnet50.pth', etc)? Thanks again!
/usr/local/lib/python3.*/dist-packages/torchvision/models/resnet50....pth This is useful for me.
THANK YOU SOOOOO MUCH! I will try it!
WELCOME.
I haven't solve this error although I download the resnet50 model. I guess I may set the wrong path.Could you tell me how you set your folder(like dataset, 'resnet50.pth', etc)? Thanks again!
/usr/local/lib/python3.*/dist-packages/torchvision/models/resnet50....pth This is useful for me.
THANK YOU SOOOOO MUCH! I will try it!
WELCOME.
It works! Thanks again! :D
Hello~Me again! I run this demo, but it seems that the result is much poor(I test the categeries label with VOC2007test(images 4000+) and it shows that the accuracy is 2%). I am wondering if you can reproduction the code and get the similar result with the author?
Looking for your reply! Thank you so much!
Hello~Me again! I run this demo, but it seems that the result is much poor(I test the categeries label with VOC2007test(images 4000+) and it shows that the accuracy is 2%). I am wondering if you can reproduction the code and get the similar result with the author?
Looking for your reply! Thank you so much!
I find the bad result is caused by my own error in the code! Now I solve this problem. Thanks!
EOFError Traceback (most recent call last)