Skip to content

Text input based models should optionally not parse examples #223

Open
@sorensenjs

Description

@sorensenjs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions