i am trying to use tensorrt on a Xavier NX with emmc and 16gb ram and flashed Jetpack 4.6.1 and 4.6.2 onto it.
Sadly the trt engine cannot be build from an onnx file… the following error message is outputted:
[05/09/2022-10:29:16] [E] Error[2]: [utils.cpp::checkMemLimit::380] Error Code 2: Internal Error (Assertion upperBound != 0 failed. Unknown embedded device detected. Please update the table with the entry: {{1794, 6, 16}, 12653},)
[05/09/2022-10:29:16] [E] Error[2]: [builder.cpp::buildSerializedNetwork::609] Error Code 2: Internal Error (Assertion enginePtr != nullptr failed. )
[05/09/2022-10:29:16] [E] Engine could not be created from network
[05/09/2022-10:29:16] [E] Building engine failed
[05/09/2022-10:29:16] [E] Failed to create engine from model.
[05/09/2022-10:29:16] [E] Engine set up failed
The module is placed on an dev kit carrier and flashed via the sdkmanager onto a nvme in the m2 slot.
How do I update the table entry?
thanks for taking time for me.
I am working on an 250 gb SSD, so space should not be a problem and I just installed everything coming with the jetpack via the sdkmanager to the nvme.
Due to nda reasons I cannot share my onnx file but you can use any and you will get the error.
For example:
git clone https://github.com/PINTO0309/PINTO_model_zoo.git
cd PINTO_model_zoo/061_U-2-Net/30_human_segmentation/
./download_320x320.sh
the device info in your log shows, that you are not using the 16gb ram version of the xavier nx.
On the dev kit version with the sd slot I do not have this issue…
Just on the 16 gb module with emmc memory.
Dear @SooMSooM,
Thanks for clarification. It looks like a issue with 16GB Xavier NX devices as there is no table entry for this configuration TensorRT code. I will file a bug internally. Does this block your development?
In our project we shifted modules around to get something running, but have more of the 16gb versions lying around.
It would be beneficial to have more functioning setups.
Can you estimate how long the bugfix will take and will there be a intermediate update or a new jetpack version for that?