I know it might be a version issue with TensorFlow, but on the Jetson Nano, I see that the official site only provides two versions of TensorFlow for Python 3.6. Is there any way to solve this issue? Please help me, thank you.
The software versions are as follows:
jetpack:4.6
tensorflow:2.5
tf2onnx:1.14
Thank you for your reply.
However, I want to implement online training, transformation, and inference on the Jetson platform. Is there a way to achieve this?
Thanks.
Training takes lots of resources so it is more suitable for a desktop GPU.
If you prefer to do that on the Jetson, PyTorch might be a better framework as it takes fewer resources to work.
Thank your suggestion.
But my problem now is not training, it is that after the training is completed, I want to convert the model to onnx format after saving it as tenosrflow, and there is a problem, the problem is in the picture I gave at the beginning. Do you have a solution?