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
It seems that some tf.records are present in the records_shuffled directory but not in records. I believe this is an unintended discrepancy. Essentially, out of 10532 tf.record files in records_shuffled only 10448 remain in records. You can investigate the 84 missing records with the following excerpt:
It seems that some tf.records are present in the records_shuffled directory but not in records. I believe this is an unintended discrepancy. Essentially, out of 10532 tf.record files in records_shuffled only 10448 remain in records. You can investigate the 84 missing records with the following excerpt:
These are the missing filepaths:
Ideally, the assertion statement in the gist above would fail and the number of records in these two directories in the bucket would be equal.
The text was updated successfully, but these errors were encountered: