sen-mao / 3di2i-translation

3D-Aware Multi-Class Image-to-Image Translation with NeRFs (CVPR 2023)
35 stars 2 forks source link

question about requirements.txt #1

Open ruanchunqing7 opened 1 year ago

ruanchunqing7 commented 1 year ago

Hi, very thanks for your work! I install the Python 3.8 and PyTorch 1.7.0. When I pip install -r requirements.txt, I have the following problem. Then I install the python package separately.

image

After I prepare the Datasets, I do the first step in training. I also met problem, just as the picture below. Some say this is a pytorch 1.7.0 issue. Then, I upgrade the pytorch to 1.12.0, but I still met a problem.

image

I want to ask have you ever encountered the same problem and how did you solve it.

sen-mao commented 1 year ago

You can use the command "pip3 install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html" to install torch version 1.7.0+cu110.