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
My question is, how to use tensorRT only without relying on tensorflow?
And if someone sees this issue and know how to install tensforflow 2 on jetson xavier + balenaOS with gpu please leave the link, because I have been trying to make it work and it's pain! For now I have trt installed, but not the normal tensorflow.
The text was updated successfully, but these errors were encountered:
First of all, thank you for the implementation.
Well, most of those script files have a line like bellow, but it's using
trt
nowhereflags.DEFINE_string('framework', 'tf', '(tf, tflite, trt')
Where is
FLAGS.framework == 'trt'
?benchmarks.py has an implementation for TRT, but it still depends on the regular tensorflow/tf ?
My question is, how to use tensorRT only without relying on tensorflow?
And if someone sees this issue and know how to install tensforflow 2 on jetson xavier + balenaOS with gpu please leave the link, because I have been trying to make it work and it's pain! For now I have trt installed, but not the normal tensorflow.
The text was updated successfully, but these errors were encountered: