-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MXNet official tutorial model to tensorflow #351
Comments
Hi @ShoufaChen ,The error shows "Input data should be 4D in batch-num_filter-y-x". you may need to use: --inputShape 1,28,28
not
--inputShape 1 28 28 |
After change the `--inputShaep`` I met another queation: Running scripts:
Error:
|
Hi @ShoufaChen , if you are using Gluon not the original MXNet. The name of weights and bias is different . You can refer to this #208. |
@ShoufaChen I also have the same problem as you. When changing the -- input shape as 3,112,112, I also got the same problem as you. Have you fixed your problem? |
Hello @hellolingling , if you are using Gluon not the original MXNet. The name of weights and bias is different . You can refer to this #208 |
Hi, @namizzz thank you for your reply!
|
Hi, @namizzz ,according the issue https://github.com/Microsoft/MMdnn/issues/231. |
refer to #231 |
Platform (like ubuntu 16.04/win10): ubuntu16.04 Anaconda
Python version:3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):1.8 with GPU
Destination framework with version (like CNTK 2.3 with GPU): MXNet 1.2.1 with GPU
Pre-trained model path (webpath or webdisk path): https://drive.google.com/drive/folders/1MQUYEPYnvWRmGBPh338Le5DFYnq-yr7Z?usp=sharing
(this model is got from the MXNet official tutorial Saving and Loading Gluon Models
Running scripts:
Error:
The text was updated successfully, but these errors were encountered: