Bohan Liu

Results 3 comments of Bohan Liu

How did you solve it? I just commented out all the code about Visdom. They're all in the utils.py file: ```python from torch.autograd import Variable import torch #from visdom import...

Don't think so, since PyTorch used in this project, v1.0.0, is such an old version, and newer versions may lead to incompatibility problems. in summary, executable but don't recommend .

> According to [PyTorch.org](https://pytorch.org/get-started/previous-versions/) , Yes. you can try CUDA 10.0 on Ubuntu20.04 as a reference, which worked for me