Skip to content

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

@thuongle2210

Description

@thuongle2210

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions