Unable to train custom data

Hi,

Most of the models inside the jetson-inference are caffe-based.
So it’s recommended to set up the device with JetPack 6.0 as our latest software drops Caffe model support.

If you want to use JetPack 6.2, please try it with the ONNX model.
You will also need some modifications since there are some API changes in the TensorRT 10.

You can find some info in the link below:

Thanks.