Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Problem you have encountered:
When trying to import exported model from AutoML (Tensorflow package) to Tensorflow as saved_model, the import fails with the following error:
"Op type not registered 'DecodeProtoSparseV2' in binary running on...."
What you expected to happen:
Successfully import the exported model in Tensorflow.
Steps to reproduce:
1) Export Auto Table Model (instructions -
2) Import the exported model using the following command:
import tensorflow as tf
tf.saved_model.load(file_location)
Other information (workarounds you have tried, documentation consulted, etc):
Tested with Tensorflow versions 2.0.0 and 2.1.0
Python version 3.6.8