Deep learning and Knime Sever

To run deep learning neural network nodes; do I need a system with additional GPUs such as nVidia. Are Cuda libraries in the nodes.

Same setup was with local installation applies. Whether you need a GPU probably mostly depends if you want to train networks on the server or just do inference. The later depending on your models could be doable on CPU alone.

As @beginner mentioned, use of GPUs are optional and not required. If you do want to use GPUs with the Keras and Tensorflow nodes, the setup and required libraries are discussed here:

https://docs.knime.com/2019-12/deep_learning_installation_guide/index.html

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.