Prune general SSD_mobilenet_v2 model

Hi
I want to prune the general SSD_mobilenet_v2 model and general resnet50 caffe model available in tensorrt directory.
Can you give out the steps?

In TLT, the tool tlt-prune can only prune tlt format files.

How to convert the same?

What do you mean by “convert the same”?

Can I covert general SSD mobilenet v2 to tlt format

No.

You can download mobilenet v2 pretrained model from ngc.nvidia.com

wget https://api.ngc.nvidia.com/v2/models/nvidia/tlt_pretrained_object_detection/versions/mobilenet_v2/files/mobilenet_v2.hdf5

then train your own data with TLT. It will generate tlt format model.