I am currently developing application on Drive PX2 base on the repo here:
I am currently facing some issues with TensorRT, which I posted here:
https://github.com/dusty-nv/jetson-inference/issues/134
In summary, there is 2 issues:
- Drive PX2 does not support FP16?
The return of
builder->platformHasFastFp16()
is false.
- When loading the network trained by me, it got the following error:
conv1: ERROR - 32-bit weights not found for 32-bit model
Which is similar to the following issue:
https://github.com/dusty-nv/jetson-inference/issues/83
Does anyone have any clues how to solve such issues?
BTW, it runs the downloaded pretrained model perfectly, just with my own trained model has difficulty, while the model parameters are exactly the same.