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
when i download the new V4.1.0_onnx and use the code:
/usr/src/tensorrt/bin/trtexec
--onnx=${ASSET_DIR}/ess.onnx
--saveEngine=${ASSET_DIR}/ess.engine
--fp16
--staticPlugins=${ASSET_DIR}/plugins/$(uname -m)/ess_plugins.so
it will reboot the orin when the trtexec is almost complete. What can I do to prevent it from rebooting?
The text was updated successfully, but these errors were encountered:
when i download the new V4.1.0_onnx and use the code:
/usr/src/tensorrt/bin/trtexec
--onnx=${ASSET_DIR}/ess.onnx
--saveEngine=${ASSET_DIR}/ess.engine
--fp16
--staticPlugins=${ASSET_DIR}/plugins/$(uname -m)/ess_plugins.so
it will reboot the orin when the trtexec is almost complete. What can I do to prevent it from rebooting?
The text was updated successfully, but these errors were encountered: