I cannot use the pytorch that was built successfully from source: (DLL) initialization routine failed. Error loading caffe2_detectron_ops_gpu.dll

I had the same issue, but looks like I’ve found easier solution. In my case I’ve just downgrade from

torch=1.7.1 

to

torch=1.6.0 

and the issue has gone.
Maybe it will help someone.

1 Like