Any official versions of pretrained models NASNet/ShuffleNet available?

Any official versions of pretrained models NASNet/ShuffleNet available?

Contributions are always very welcomed.

Hi from the github issues I found that an official pre-trained shuffleNet has been included. But I cannot find where it is. Could you kindly provide the link?

Thanks.

There is an ONNX version here:
https://github.com/onnx/models/tree/master/shufflenet

And you can have a look at how to use ONNX models in MXNet in these two tutorials:
Inference
Fine-tuning

1 Like