Last active
March 7, 2020 18:03
-
-
Save novasush/ea22e3a3be6d4bef4e77d89604c031e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file_pattern = f'{getcwd()}/../tmp2/{dataset_name}/{info.version}/{dataset_name}-train.tfrecord*' | |
files = tf.data.Dataset.list_files(file_pattern) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment