Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
torch version
Hello my friend, I'm testing your code with pytorch1.4.0 and torchvision0.5.0 on cuda10.0 python3.7.0. (This is the default version using conda install pytorch torchvision cudatoolkit=10.0 -c pytorch). However the version seems to be mismatched since there is an import error with symbol _ZN6caffe26detail36_typeMetaDataInstance_preallocated_7E.
Stackoverflow suggested to change the version of my torch or torchvision but I'm not sure which version I should use.
When I wrote the code, I was using PyTorch 1.2 and torchvision 0.4
and cuda10
Thanks, I'll try this setting
Hey, @AbbyRosewood I am using the same setting as you mentioned and everything is alright, I have never encountered this error.
my cuda is 10.1 and which version should i use for torch and torchvision?