Hi.
I'm trying to run the CIFAR experiment, but encountered several issues. It seems like packages version mismatches. I managed to solve some of the issues, but other arose.
My current best trial is with using the command
conda create -n genattack "tensorflow-gpu<=1.13.1" numpy "scipy<=0.19.1" keras
, (and running python main.py --model=cifar ... instead of --model=cifar10) but still, it fails quite early.
Can you please supply instructions how to recreate the environment required to run CIFAR experiment? preferably, with a conda command, with detailed version constraints?
Thanks
Hi.
I'm trying to run the CIFAR experiment, but encountered several issues. It seems like packages version mismatches. I managed to solve some of the issues, but other arose.
My current best trial is with using the command
, (and running
python main.py --model=cifar ...instead of--model=cifar10) but still, it fails quite early.Can you please supply instructions how to recreate the environment required to run CIFAR experiment? preferably, with a
condacommand, with detailed version constraints?Thanks