-
Notifications
You must be signed in to change notification settings - Fork 179
tfdv.validate_tensor_examples()? #106
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
Comments
@JakeTheWise,
For more information, please refer this TFDV Page. Please let me know if this is what you are looking for, or if your proposal is different. Thanks! |
@rmothukuru Yes I was aware of |
Hi Jake -- Are you looking to validate your serving examples one at a time? |
In the limit, yes. Serving examples could come in one at a time, or in batches. Thus the idea to have a tensor-based example validator, as the serving environment (tensorflow model server) / model export signature function will receive examples as (dictionaries of) tensor objects. |
Uh oh!
There was an error while loading. Please reload this page.
I think it would be nice to have a top-level function to check for anomalies in serving data. It could be integrated into
serving_input_receiver_fn
. It doesn't make sense to have to write serving data to tfrecords just to make use oftfdv.generate_statistics_from_tfrecord
.The text was updated successfully, but these errors were encountered: