Closed ll961546784 closed 4 years ago
You reinstalled torch in the process. That breaks the docker container unfortunately, because the torch version therein is compiled from source. Can you try starting a new container from the image and install the package without dependencies?
pip install neural-renderer-pytorch --no-deps
I use the docker image to build environment, and use pip install neural-renderer-pytorch to install the render, and It prints these:
after that, when I tried to run the eval.py, i got the similar error as#53
Then, I referred to the solution, download the render's code from github and use python3 setup.py install to reinstall the render. But the problem remains