Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

torch version

Open AbbyRosewood opened this issue 5 years ago • 5 comments

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.

AbbyRosewood avatar Jun 22 '20 05:06 AbbyRosewood

When I wrote the code, I was using PyTorch 1.2 and torchvision 0.4

KaihuaTang avatar Jun 22 '20 08:06 KaihuaTang

and cuda10

KaihuaTang avatar Jun 22 '20 08:06 KaihuaTang

Thanks, I'll try this setting

AbbyRosewood avatar Jun 22 '20 13:06 AbbyRosewood

Hey, @AbbyRosewood I am using the same setting as you mentioned and everything is alright, I have never encountered this error.

nullkatar avatar Jun 28 '20 22:06 nullkatar

my cuda is 10.1 and which version should i use for torch and torchvision?

wyz-gitt avatar Mar 19 '22 12:03 wyz-gitt