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

Tensorflow js conversion blocked by unsupported ops #222

Open
sorensenjs opened this issue Dec 22, 2018 · 1 comment
Open

Tensorflow js conversion blocked by unsupported ops #222

sorensenjs opened this issue Dec 22, 2018 · 1 comment

Comments

@sorensenjs
Copy link
Collaborator

The char model when converted

tensorflowjs_converter --output_node_names='frac_neg/predictions/probabilities' --input_format=tf_saved_model experiments/tf_char
_cnn_local_model_dir/100000/1545431873/ experiments/tf_char_cnn_local_model_dir/100000/tfjs/

produces the following:

ValueError: Unsupported Ops in the model before optimization
DecodeRaw, ParseExample, StringSplit

@sorensenjs
Copy link
Collaborator Author

Looking at ops missing in the current tf hub based model:

ParseExample, LookupTableFindV2, RegexReplace, HashTableV2, DynamicPartition, SparseSegmentSqrtN, StringToHashBucketFast, ParallelDynamicStitch, StringJoin, LookupTableSizeV2, Unique, SparseFillEmptyRows, StringSplit

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

1 participant