Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think your code should be changed when indexing array #84

Open
thuongle2210 opened this issue Jul 24, 2021 · 0 comments
Open

I think your code should be changed when indexing array #84

thuongle2210 opened this issue Jul 24, 2021 · 0 comments

Comments

@thuongle2210
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant