Skip to content

Commit

Permalink
Added shuffle_files=False for loading CelebA dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
vmirly committed Nov 24, 2019
1 parent c943222 commit 9b79101
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 53 deletions.
111 changes: 59 additions & 52 deletions ch13/ch13_part1.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ch13/ch13_part1.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def load_and_preprocess(path, label):


# Load data from disk as tf.data.Datasets
datasets = celeba_bldr.as_dataset()
datasets = celeba_bldr.as_dataset(shuffle_files=False)

datasets.keys()

Expand Down

0 comments on commit 9b79101

Please sign in to comment.