I just updated my server and I am running a web service using Deeplearning4j. I wanted to check out different configurations for performance to decide where to put future efforts. From what know.
- Native or CPU which is my current default
- CUDA or GPU usage. Set environment in code to use CUDA
- GTX GPU specific.
For #2 I am thinking I need to remove ND4J native jars from classpath in addition setting the environment in my Java code.
For #3 I am not sure if that applies for when I use my DNN model but only for training?
Many Thanks for feedback!