Wangt-CN / VC-R-CNN

[CVPR 2020] The official pytorch implementation of ``Visual Commonsense R-CNN''
MIT License
352 stars 61 forks source link

Problems with following install.md file while reproducing #18

Closed Park-ing-lot closed 3 years ago

Park-ing-lot commented 3 years ago

Hello! First of all, thank you for your hard work.

While I am reproducing VC R-CNN, there was a big problem.

In the INSTALL.md file, there is a command like "conda install -c pytorch pytorch-nightly torchvision cudatoolkit=9.0" and this command doesn't work.

Since I do not know the exact version of pytorch-nightly, so I can not follow the other command also. (Docker commands are also do not work)

So, I carefully ask you to share the complete docker image file (not the docker file in the /docker directory)

Regards.

Park-ing-lot commented 3 years ago

I tried torch 1.1.0 version and followed install.md file, it works.