-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MXNet model-r50-am-lfw] MXNet to TensorFlow: a variable (named id) generated from no where #135
Comments
With the first script, I got:
With the second script, I got:
With the third script, I got:
Although I can try to correct that error, you will see another error which is caused by a variable on the line 28 named |
Hi @tengerye, |
Ref issue #85. The error is fixed. But seems some accuracy problem. Ping you if there is any progress. |
Well, after updating from the source. I encounter a new error after executing
May I ask if there still exists error? Besides, the original error "ValueError: '_minusscalar0_second' is not a valid node name" still exists. Thank you for your kind reply. |
The problem is solved according to #85 .
|
The second step now should be:
not
as pointed by here |
I get "NotImplementedError" when i try aws sagemaker mxnet params |
Platform: ubuntu 16.04
Python version: Python 3.6.4 :: Anaconda
Source framework with version: MXNet 1.1.0 with GPU
Destination framework with version: Tensorflow 1.1.0 with GPU
Pre-trained model path (webpath or webdisk path): https://drive.google.com/open?id=1x0-EiYX9jMUKiq-n1Bd9OCK4fVB3a54v
Running scripts:
python -m mmdnn.conversion._script.convertToIR -f mxnet -n model-symbol.json -w model-0000.params -d resnet50 --inputShape 3 112 112
python -m mmdnn.conversion._script.IRToCode -f tensorflow --IRModelPath resnet50.pb --IRWeightPath resnet50.npy --dstModelPath tf_resnet50.py
python -m mmdnn.conversion.examples.tensorflow.imagenet_test -s tensorflow -p resnet -n tf_resnet50 -w resnet50.npy
The text was updated successfully, but these errors were encountered: