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
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 of tfdv.generate_statistics_from_tfrecord.
The text was updated successfully, but these errors were encountered:
@rmothukuru Yes I was aware of generate_statistics_from_tfrecord (and I'll update the original post). Why do I need to write serving data to tfrecords just to check for anomalies?
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.
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: