TrickyGo/Dive-into-DL-TensorFlow2.0

I think your code should be changed when indexing array

thuongle2210 opened this issue · 0 comments

at file 9.1_image-augmentation.ipynb
show_images(x[0:32][0], 4, 8, scale=0.8);
should be changed:
show_images(x[0:32], 4, 8, scale=0.8);