You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am try to inference a image classfication model on Jetson xavier.
Environment: tensorflow1.15 tensorrt7 python3.6
After training, I convert ckpt files to a pb files. And I can use this pb files to predict images successfully. Does it mean I freeze the model successfully?
When I try to convert pb to uff, i have lots of problems.
I wonder can this code can work on my problem or not, can you give me some advice?
The text was updated successfully, but these errors were encountered:
I am try to inference a image classfication model on Jetson xavier.
Environment: tensorflow1.15 tensorrt7 python3.6
After training, I convert ckpt files to a pb files. And I can use this pb files to predict images successfully. Does it mean I freeze the model successfully?
When I try to convert pb to uff, i have lots of problems.
I wonder can this code can work on my problem or not, can you give me some advice?
The text was updated successfully, but these errors were encountered: