You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: