Closed KuKuXia closed 5 years ago
Glad you found a way around it, and thanks for posting your fix!
My personal recommendation would be to just use tensorboard rather than visdom, I think will PR a change that does this.
Thanks!
This should be fixed once the latest PR #196 lands.
Should be fixed in #199
Problem: OS: Ubuntu 16.04 When I run the command ./docker_build.py followed by the installation guide. The errors occurred in install_pytorch.sh file:
which is caused by the visdom package. There is a problem in the newer version: 0.1.8.7 which has been discussed in Visdom Issues: #548. My solution is: Change the line in install_pytorch.sh files: from:
to:
So everything was ok and I finished the installation guide successfully. Hope this could help others.