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
Great work! When i try to read the tfrecord data, some errors happened. It seems the tfrecord has been broken. When i use num_elements = tf.data.experimental.cardinality(record_iter).numpy()
to check the nums, it shows 'Number of elements in dataset: -2' in the terminal.
Could you release some scripts to help for read or update the tfrecord?
Thanks for answer!!!
The text was updated successfully, but these errors were encountered:
Great work! When i try to read the tfrecord data, some errors happened. It seems the tfrecord has been broken. When i use num_elements = tf.data.experimental.cardinality(record_iter).numpy()
to check the nums, it shows 'Number of elements in dataset: -2' in the terminal.
Could you release some scripts to help for read or update the tfrecord?
Thanks for answer!!!
The text was updated successfully, but these errors were encountered: