Open junliu-cn opened 5 years ago
@chrisluu , thank you very much for the feedback.
There is some problem to download your model files. Would you please place them on another public storage like GitHub?
@linmajia Hi, I uploaded JSON file to google drive, but just found some problem with my network to upload the params file, you can download JSON file and generate random weights to test. Thank you for your kindly help. ResNet50V1d-symbol.json
Platform: ubuntu 16.04
Python version: Python 3.6.5
Source framework with version: mxnet-cu90 1.3.1
Destination framework with version: Keras 2.1.5
Pre-trained model path: ResNet50V1d-symbol.json ResNet50V1d-0000.params
Running scripts: python3 -m mmdnn.conversion._script.convertToIR -f mxnet -n ResNet50V1d-symbol.json -w ResNet50V1d-0000.params -d mxnet_resnet50v1d --inputShape 3,224,224
Error:
my model structure is as following:
Any suggestion would be very appreciated!