DeepMosaics icon indicating copy to clipboard operation
DeepMosaics copied to clipboard

The specified module could not be found. Error loading "C:\Users\Eyrikfox\Desktop\DeepMosaics_0.5.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies

Open WWWNoobhere opened this issue 1 year ago • 4 comments

can anyone tell the problem and how to solve it?

The specified module could not be found. Error loading "C:\Users\Eyrikfox\Desktop\DeepMosaics_0.5.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies

WWWNoobhere avatar Jan 31 '24 17:01 WWWNoobhere

all the files you need are in the archive, you need to decompress the archive "DeepMosaics_0.5.1_gpu_windows_amd64.7z" into a folder. or maybe it's a problem with your cuda version, check this it seems somebody had the same problem: https://github.com/HypoX64/DeepMosaics/issues/117

robertdu86 avatar Feb 07 '24 01:02 robertdu86

Have the same problem

Maverynthia avatar May 15 '24 11:05 Maverynthia

me to

Removing the problem DLL then just throws the same error for the next one in the 'list'

Paul-Williams avatar Jun 28 '24 17:06 Paul-Williams

Wrong CUDA version, only CUDA 11.0 works.

You can also run the source code with CUDA of higher version like me: cuda==12.4 cudnn==9.3.0 torch==2.4.0+cu124 torchvision==0.19.0+cu124

hanzhanji1 avatar Aug 16 '24 14:08 hanzhanji1