refer to this page for more detail
: https://www.tensorflow.org/tfx/data_validation/get_started
..
!pip install tensorflow_data_validation
import tensorflow_data_validation as tfdv
stats = tfdv.generate_statistics_from_tfrecord(data_location=path)
tfdv.visualize_statistics(stats)
..
Thank you.
No comments:
Post a Comment