Closed yemaopt closed 5 years ago
Hello, I used conda to create a vitual enviroment with python=3.6 conda create -n annaenv python=3.6
and install the package by cd ANNA-PALM pip install -r requirements-gpu.txt
The installation process is smooth, but when I run python run.py --workdir=./tmp_test --ngf=1 --ndf=1
I came across the following errors. Could you give me some suggestions? Many thanks for your help!
Hi, that error occurred because scipy removed the bytescale function in new versions. To fix it, try:
pip install scipy==1.0.0
Hello, Thank you so much! That's the problem. Sincerely yours, Ye
Hello, I used conda to create a vitual enviroment with python=3.6 conda create -n annaenv python=3.6
and install the package by cd ANNA-PALM pip install -r requirements-gpu.txt
The installation process is smooth, but when I run python run.py --workdir=./tmp_test --ngf=1 --ndf=1
I came across the following errors. Could you give me some suggestions? Many thanks for your help!