Closed willu-x closed 2 years ago
Hello: I tried one more time,when i use
python ./examples/train.py --color --verbose 1 --dataset cifar10 --model resnet18_comp --lr_scheduler --cutout --grad_clip 5.0 --save
Its shows thatsModuleNotFoundError: No module named 'skimage'
, like this:
When i try to install skimage ,the error is
Thank you for the reply.
https://scikit-image.org/docs/stable/install.html#install-via-pip
It's pip install scikit-image
rather than skimage
It seems the current issue is not relevant to trojanzoo
itself, so I'll close it.
If you have any issue about general python packages, feel free to contact me at rbp5354@psu.edu
Sorry for replying late that your email was detected as junk by my university email system.
Since you have already got the skimage installed, do you have the new error log for the script?
hello author! i met a few question when i try to use [trojanzoo] 1. Are these 4 points all need to be done? Or just choose one to install? 2. when i run
docker pull local0state/trojanzoo
ordocker pull ghcr.io/ain-soph/trojanzoo
,the error are and how can i solve them? 3.the commandconda install trojanzoo
shows Do this cant install by conda? 4.the last question is when i run the quick_start i usepython ./examples/train.py --color --verbose 1 --dataset cifar10 --model resnet18_comp --lr_scheduler --cutout --grad_clip 5.0 --save
and get im hoping for your reply! thank you.