ValueError: Unsupported architecture: mobilenet

I am training a classification. I find that the deepstream includes 2 kind of classification, inception and mobilenet v1. But I cannot find the pretrained model of inception for classification. If I use other classifications, such as resnet, It seems that I have to parse the output meta of the networks. So I have to make use of mobilenet_v1. But the spec file, classification_spec.cfg, is written for resnet, not for mobilenet_v1. It seems that I should carefully adjust the parameters in this spec file. Is there a ready-made spec file for mobilenet_v1? How to download it?

PS: inception is still unsupported? **

See NVIDIA TAO Documentation,
TLT classification network support mobilenet_v1 backbone.

For spec file, you can refer to jupyter notebook. Please download it according to NVIDIA TAO Documentation

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.