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
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);
The text was updated successfully, but these errors were encountered:
thuongle2210
changed the title
I think your code should be changed when index array
I think your code should be changed when indexing array
Jul 24, 2021
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);
The text was updated successfully, but these errors were encountered: