Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #394 from whisperingkahuna/patch-1
Browse files Browse the repository at this point in the history
Update cifar10_augmentation.ipynb
  • Loading branch information
ronny-udacity authored Mar 2, 2021
2 parents 72751f4 + ba1c8a2 commit 9a094dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"\n",
"# visualize augmented images\n",
"fig = plt.figure(figsize=(20,2))\n",
"for x_batch in datagen.flow(x_train_subset, batch_size=12):\n",
"for x_batch in datagen_train.flow(x_train_subset, batch_size=12):\n",
" for i in range(0, 12):\n",
" ax = fig.add_subplot(1, 12, i+1)\n",
" ax.imshow(x_batch[i])\n",
Expand Down

0 comments on commit 9a094dd

Please sign in to comment.