I am trying to run the code on this repository
Running ./eval.sh I get this error:

Configuration I am using:
torch.__version__ -> 0.4.1
torch.version.cuda -> 9.0.176
nvcc --version -> 9.2
conda list

I am able to locate libcudart.so.9.2 :

I don't see why it's trying to locate libcudart.so.10.0!
I am trying to run the code on this repository
Running
./eval.shI get this error:Configuration I am using:
torch.__version__->0.4.1torch.version.cuda->9.0.176nvcc --version->9.2conda listI am able to
locate libcudart.so.9.2:I don't see why it's trying to locate libcudart.so.10.0!