caveness
caveness
@martin-laurent TFDV does not currently support tf.SequenceExamples, but we plan to add such support in the future.
Thanks for opening this issue. Were you using a released version of TFDV 1.6.0, or did you build TFDV from source?
Thanks for the info -- Could you provide an excerpt of your logs containing the error? It would be very useful to know what stage this is happening at.
Closing this issue in light of the lack of further information, but please reopen if this is still an issue and you can provide logs or more detail about where...
Hi Shuhei -- This is due to a bug in our handling of null arrays in the top-k and uniques combiner stats generator. We will have a fix out shortly...
Please reopen if this was not resolved by upgrading to a newer version of TFDV as suggested in the comments above.
Hi Kenny -- TFDV does not support specifying a set of valid values as strings when you have a feature that is of type INT, even when that feature is...
Right now, we don't have a way to specify a set of valid non-sequential values in the int domain, since all we offer is the min and max. So, for...
Hi Kenny -- Thanks for the clarification on the problem. TFDV shouldn't be inferring an invalid schema in this case; this is a bug on our end. In the meantime,...
Hi Jake -- Are you looking to validate your serving examples one at a time?