Closed Spandan-Madan closed 6 years ago
I guess you fail to specify the correct path to the python.
Not very familiar with docker actually.
I ran the command :-
sudo docker run rainbowsecret/pytorch04:20180905 python inplace_abn/test_imagenet.py
Traceback (most recent call last):
That should default to the python that comes with the docker, right? Or my python?
You should run with "sudo docker run rainbowsecret/pytorch04:20180905 /root/miniconda3/bin/python inplace_abn/test_imagenet.py".
You are recommended to run "docker run -it rainbowsecret/pytorch04:20180905" and play with the docker before you use it. Please get familiar with the docker by yourself.
Hi @PkuRainBow, I tried running the docker version of the code. Here's my command and error:-