Replies: 1 comment 12 replies
-
Do you know if this is only the case for the |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I implemented the program with reference to examples/pointnet2_classification.py and used Google Colablatory's GPU / Ubuntu PC's GPU to learn the model.
When I save a model trained on a Colab / Ubuntu PC and load that model into Jetson Xavier NX for inference, the inference accuracy is much lower than when I do it on a Colab / Ubuntu PC.
There is no particular loss of accuracy between devices other than Jetson, for example, when saving a model trained on Colab, loading it on an Ubuntu PC, and performing inference.
There is also no loss of accuracy when saving models trained on Ubuntu PC and loading them in Colab.
When I save a model trained on another device (Colab, Ubuntu PC), load it into Jetson Xavier NX, and perform inference, I can't figure out why the accuracy drops.
How can I solve this problem?
Thanks!
Enviroment
$ uname -a
Linux JestonXavierNX 4.9.140-tegra #1 SMP PREEMPT Tue Oct 27 21:02:46 PDT 2020 aarch64 aarch64 aarch64 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions