[MXNet model-r50-am-lfw] MXNet to TensorFlow: a variable (named id) generated from no where #135
Closed
Description
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