TheFoundryVisionmongers / nuke-ML-server

A Nuke client plug-in which connects to a Python server to allow Machine Learning inference in Nuke.
Apache License 2.0
134 stars 36 forks source link

Turing based card compatibility #2

Closed samhodge closed 5 years ago

samhodge commented 5 years ago

Hey I know that CUDA 10 and CUDNN 7.4 at least are required for Turing based Cards the RTX range, has this been tested on Turing cards?

samhodge commented 5 years ago

I see the docker image is installing conda packages for cudatoolkit-10.0.130 and cudnn 7.5

ringdk commented 5 years ago

Hello! The Dockerfile we're using is based on 'cuda:9.0-cudnn7-devel-ubuntu16.04', can you say where you found the cudatoolkit-10.0.130 and cudnn 7.5 conda install commands?

Most of our testing is performed on Turing (Titan) RTX cards, where it seems to run correctly.

samhodge commented 5 years ago

I was watching the shell while it was installing. Several of the deep learning packages must require later versions of CUDA and CuDNN and I see it pull in 10.0 and 7.5 respectively as dependencies for these packages