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

Text input based models should optionally not parse examples #223

Open
sorensenjs opened this issue Dec 22, 2018 · 0 comments
Open

Text input based models should optionally not parse examples #223

sorensenjs opened this issue Dec 22, 2018 · 0 comments

Comments

@sorensenjs
Copy link
Collaborator

For simplicity, instead of taking a TF Example with a single text feature, we should just input the tensor directly. This means the tf hub and char models should use

tf.estimator.export.build_raw_serving_input_receiver_fn

in place of the

build_parsing_serving_input_receiver_fn

which would eliminate at least one of the blocking ops for tensorflowjs. #222

@sorensenjs sorensenjs changed the title Text input based models should not parse examples Text input based models should optionally not parse examples Jan 4, 2019
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