L1aoXingyu commented on issue #12334: Load pretrained model with new load_parameters() API URL: https://github.com/apache/incubator-mxnet/issues/12334#issuecomment-419302923 Yes, you are right. The keys don't match. Maybe you can get pretrained model, and then get the feature. ``` model = get_model('resnet101_v2', pretrained=True) feat = model.features ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
