Unet-Segmentation
Unet-Segmentation copied to clipboard
CUDA 10.1 support
Hello all,
Does U-Net run with CUDA 10.1? I have used U-Net with CUDA 10.0, but currently I want to build U-Net on CUDA 10.1 for some reasons. My server's OS is Ubuntu 18.04.
Do I just need to follow "Setup on own server (from source)" to build it on CUDA 10.1? Does it require cuDNN before installation of U-Net?
Finally, my server got recovered, so it is now compatible with CUDA 10.0. Thus I don't need to build U-Net on 10.1. However, I still wonder if U-Net is compatible with CUDA 10.1, so I leave this issue open.
Thank you
Building from source might be possible. In the worst case there are interface changes in cuDNN, so that cuDNN function calls must be slightly adapted. Please check the original caffe sources for updates in question.
@ThorstenFalk Thank you. I will try and figure out if problems happen.