volotat / DiffMorph

Image morphing without reference points by applying warp maps and optimizing over them.
MIT License
458 stars 53 forks source link

Need to mention CUDA 11.3 lib as a requirement if running on RTX for missing cudart64_110.dll error #19

Open hstercode opened 1 year ago

hstercode commented 1 year ago

Hello. I needed to install the CUDA 11.3 library to fix the following error message for my RTX 3080ti "Could not load dynamic library 'cudart64_110.dll'"

It's on the tensorflow page that you need NVidia libraries https://www.tensorflow.org/install/pip#windows-native but this may not be obvious to those that are installing it for the first time just via pip.

Thanks.