How can I install tensorflow-gpu to speed up the process?
Since 2.10 its not anymore at that name. So unless you want an old one its not recommended. I today ran 1.14 and it was a lot of effort (since it’s too old.)
It’s installed with pip install tensorflow[and-cuda]
But you should read Install TensorFlow 2
And also the post about installing tensorflow 2.16 that you have pinned here in the forum.
You need to be aware of cuda versions, gcc versions etc as well.