UPSNet
UPSNet copied to clipboard
Extension horovod.torch has not been built.
Hello, After I run : python upsnet/upsnet_end2end_train.py --cfg upsnet/experiments/upsnet_resnet50_coco.yaml
I encountered that: ImportError: Extension horovod.torch has not been built. If this is not expected, reinstall Horovod with HOROVOD_WITH_PYTORCH=1 to debug the build error.
How should I do? Thanks for answering.
Traceback (most recent call last):
File "/home/anaconda3/envs/pytorch1.0_python3.5/lib/python3.5/site-packages/horovod/torch/init.py", line 24, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "upsnet/upsnet_end2end_train.py", line 44, in
If you don't know how to run horovod properly, please use the 4gpu config file. And you can ask horovod-related issue at here: https://github.com/horovod/horovod
OK, Thank you, YuwenXiong.
If you don't know how to run horovod properly, please use the 4gpu config file. And you can ask horovod-related issue at here: https://github.com/horovod/horovod
hello,have you help him solve this problem?
my algorithm also has the problem:
ImportError: Extension horovod.torch has not been built:If this is not expected, reinstall Horovod with HOROVOD_WITH_PYTORCH=1 to debug the build error.
could any suggestions for solving this problem?