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
fix the parquet dataset creation with list_files and map. (#1521)
The change moves the `filename` IsDirectory check to the cc layer from python layer. This allows the users to use tf.data.Dataset.list_files(...) and map() to load multiple parquet files into a dataset.
0 commit comments