imodpasteur / ANNA-PALM

Accelerating Single Molecule Localization Microscopy with Deep Learning
https://annapalm.pasteur.fr/
Other
49 stars 14 forks source link

Fail to run run.py #15

Closed yemaopt closed 5 years ago

yemaopt commented 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!

Picture1 Picture2 Picture3

oeway commented 5 years ago

Hi, that error occurred because scipy removed the bytescale function in new versions. To fix it, try:

pip install scipy==1.0.0

yemaopt commented 5 years ago

Hello, Thank you so much! That's the problem. Sincerely yours, Ye