Tensor flow version to use for training on x86 desktop with Nvidia GPU ?
I am installing tensorflow-gpu==1.13.1+nv19.4 on my Jetson Nano (via the pip command mentioned in another thread). I intend to use Nano for inference on a robot .
For training I have an x86 desktop machine with an Nvidia GPU. Previously I had encountered issues when I used different tensorflow versions for training and inference. So I would like to avoid this pitfall.
To use the same version of tensor flow for training is it enough that I install via pip install tensorflow-gpu==1.13 on the desktop machine ? or should I worry about nv19.4 too ?