jiecaoyu / XNOR-Net-PyTorch

PyTorch Implementation of XNOR-Net
480 stars 120 forks source link

ImportError: No module named 'accimage' #74

Closed gdelephant123 closed 5 years ago

gdelephant123 commented 5 years ago

When I ran "python main.py" in /XNOR-Net-PyTorch-master/ImageNet/networks, it appeared ImportError: No module named 'accimage' in File "/usr/local/lib/python3.5/dist-packages/torchvision /packages". That is to say, "import accimage" is wrong. How to solve this problem? thanks you.

jiecaoyu commented 5 years ago

You can delete that line or install accimage

gdelephant123 commented 5 years ago

You can delete that line or install accimage Thanks.

CrazyBrick commented 2 years ago

You can delete that line or install accimage

conda install -c conda-forge accimage It's useful,thanks!