HDF5 is a flexible and efficient file format for storing and sharing data, and it supports storing numerical data, such as weights and biases of a deep learning model. In TAO detectnet_v2, we save pretrained weights to an HDF5 file. see TAO Pretrained DetectNet V2 | NVIDIA NGC, There are several kinds of hdf5 files.
The .tlt file is actually an encrypted keras model.
The .etlt file is actually an encrypted uff or onnx model.