Reputation: 367
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.
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!
Upvotes: 0
Views: 196
Reputation: 367
After running some tests it seems there is no difference. But after my server update going from a 3rd generation i7 to a 10th generation and updating my memory from 800MT/sec to 2400MT/sec seemed to have the biggest gain overall. I had no change in PCIe I am still at 3.0 and the GPU is still a GTX 1080. I have not tried overclocking the memory or GTX 1080 yet. That would indicate maybe the critical path is the memory or GTX. I suspect the memory is where the biggest gain is for my users.
Upvotes: 1