You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
which would eliminate at least one of the blocking ops for tensorflowjs. #222
The text was updated successfully, but these errors were encountered:
sorensenjs
changed the title
Text input based models should not parse examples
Text input based models should optionally not parse examples
Jan 4, 2019
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
The text was updated successfully, but these errors were encountered: