NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.37k stars 404 forks source link

Cuda 9.0 requirement #308

Closed kmouts closed 5 years ago

kmouts commented 5 years ago

Hello,

I try to install NiftyNet on Windows 10 64bit and Anaconda. With the command:

net_download dense_vnet_abdominal_ct_model_zoo

I get:

ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-90-download-archive

However, I have installed CUDA 10. Is it possible to continue with the newer CUDA?

ericspod commented 5 years ago

This is an issue with your Python install. Niftynet and the zoo are all pure Python essentially, nothing is compiled. It is your version of Tensorflow which expects CUDA 9.0, depending on where you got it from (conda or pip) you should be able to get a version for CUDA 10.0 or you'll have to install version 9.0.