```
from mxnet.gluon.model_zoo.vision import get_model

# download the pretrained model with the path: model_path
model = get_model('resnet101_v2')
model.features.load_parameters(model_path, allow_missing=True, 
ignore_extra=True)
```
This can work.

[ Full content available at: 
https://github.com/apache/incubator-mxnet/issues/12334 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to