Something going wrong.
Closed this issue · 2 comments
tjwtjw666 commented
mkirchler commented
Hi, the problem here is how you copied the command into the terminal, I think. It stopped after the last \
and the last line (--layer L4
) is not used for the command (and creates a second error in bash, not the python script). Try removing the comment after the imagenet line (the # or e.g. …
) or typing it out by hand.
Also, make sure that you have a GPU available and the gpu-version of pytorch installed (your env name indicates otherwise, but maybe you did it by hand, then don’t worry). If you want to run it on CPU only, put in --dev cpu
instead, but it will be very slow.
tjwtjw666 commented
Thanks for your prompt reply!
Hope you have a nice weekend!