https://www.tensorflow.org/tutorials/quickstart/beginner
I'm wondering if using nvidia 440 drivers is the reason? I also have 3 versions of CUDA installed (10.0, 10.1, and 10.2). The tensorflow-js test I did uses CUDA 10.0, and the Ryzen performs roughly 50% faster. The Python test I did uses CUDA 10.1, and the CPU is less than 10% faster.
Even so, shouldn't the GPU perform an order of magnitude better here? I feel like I must be doing something wrong :/