-
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
Error when converting VGG16_SOD from caffe to tensorflow #27
Comments
Hi @seanchung2. Fixed. Please update to newest code. Thanks very much. Command: $ python -m mmdnn.conversion._script.convertToIR -f caffe -d kit_imagenet -n deploy.prototxt -w VGG16_SOD_finetune.caffemodel
$ python -m mmdnn.conversion._script.IRToCode -f tensorflow -n kit_imagenet.pb -d kit_imagenet.py -w kit_imagenet.npy
$ python -m mmdnn.conversion.examples.tensorflow.imagenet_test -n kit_imagenet.py -w kit_imagenet.npy --dump ./vgg19_sod.ckpt
Tensorflow file is saved as [./vgg19_sod.ckpt], generated by [kit_imagenet.py] and [kit_imagenet.npy]. |
On running the last command I get this error
|
Hi @Siddhant24 |
@namizzz Yes that fixed the error. But instead of the message |
i cannot solve the error, and it is not solved at any of issues |
Hi,
Here's the model: link
Again this happens when trying to convert from IR to tensorflow, but with different error code:
Can you please check it out?
Thank you.
The text was updated successfully, but these errors were encountered: