Dive-into-DL-TensorFlow2.0 icon indicating copy to clipboard operation
Dive-into-DL-TensorFlow2.0 copied to clipboard

I think your code should be changed when indexing array

Open thuongle2210 opened this issue 4 years ago • 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);

thuongle2210 avatar Jul 24 '21 06:07 thuongle2210