Skip to content
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

"Unsupported Ops of type: AddV2" error while using convert.py #12

Open
geozhai opened this issue Mar 10, 2020 · 1 comment
Open

"Unsupported Ops of type: AddV2" error while using convert.py #12

geozhai opened this issue Mar 10, 2020 · 1 comment

Comments

@geozhai
Copy link

geozhai commented Mar 10, 2020

Hey, I keep getting this error while using convert.py. Any idea on how to fix it?

Traceback (most recent call last): File "convert.py", line 56, in <module> image_scale = 2./255) File "/usr/local/lib/python3.6/dist-packages/tfcoreml/_tf_coreml_converter.py", line 715, in convert custom_conversion_functions=custom_conversion_functions) File "/usr/local/lib/python3.6/dist-packages/tfcoreml/_tf_coreml_converter.py", line 359, in _convert_pb_to_mlmodel _check_unsupported_ops(OPS, output_feature_names, effectively_constant_ops + unused_ops) File "/usr/local/lib/python3.6/dist-packages/tfcoreml/_tf_coreml_converter.py", line 188, in _check_unsupported_ops ','.join(unsupported_op_types))) NotImplementedError: Unsupported Ops of type: AddV2

coremltools==3.1
Tensorflow=1.14.0
Python=3.6.9
tfcoreml =1.0

@mbotsu
Copy link
Collaborator

mbotsu commented Mar 12, 2020

See here #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants