I’ve created my model using TLT and wanted to create the engine on my jetson nano.
Then I type this command:
keeper@keeper-desktop:~/Desktop/Yoskev$ ./tlt-converter -k bjdtNHBlYXIwZ3Z2YW1scDg2ZHZzN3FkMXY6MTVhNDg1ZTYtNDUyNC00YTUwLTg0NWUtOTRhYWIzMDAzxxxx -o NMS -d 3,480,640 -e /home/keeper/Desktop/Yoskev/SSD/ssd_resnet18_epoch_180.etlt
and it show this:
[ERROR] UffParser: Validator error: FirstDimTile_4: Unsupported operation _BatchTilePlugin_TRT
[ERROR] Failed to parse uff model
[ERROR] Network must have at least one output
[ERROR] Unable to create engine
Segmentation fault (core dumped)
could you help me with this?