Hi,
I have a Yolo darknet model and tensorflow model and I want to prune these model and test it on DeepStream SDK 5.0. Can you kindly help by giving the steps or some kind of reference.
Environment
TensorRT Version: 7.0 GPU Type: dGPU Nvidia Driver Version: 440 CUDA Version: 10.2 CUDNN Version: Operating System + Version: Python Version (if applicable): TensorFlow Version (if applicable): PyTorch Version (if applicable): Baremetal or Container (if container which image + tag):
Relevant Files
Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)
Hi @GalibaSashi,
Network pruning is out of DeepStream support scope.
You could try TLT Yolov3 which has been pruned by TLT, and TLT supports to prune the networks they provied based on your dataset.
Any questions about TLT can ask in TLT forum - TAO Toolkit - NVIDIA Developer Forums .
Hi I actually wanted to prune my pretrained YoloV3 weights and cfg model so to do so in TLT requires us to train and create model.
Is there any other way.
Sorry! I didn’t get your point.
If you want to prune the model customized by yourself, sorry, it’s out of DeepStream support scope as DeepStream is help user quickly deploy their trained model for video analysis system.