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

Incorrect Batch Indexing in FashionMNIST Batched Image: Displays 32 Instead of 31 #947

Open
ruzcko opened this issue Jun 3, 2024 · 0 comments

Comments

@ruzcko
Copy link

ruzcko commented Jun 3, 2024

Description:
The image illustrating the batching process for the FashionMNIST dataset appears to contain an error in the indexing of batch samples. Currently, the image displays the batch indices from 0 to 32, but it would be more accurate to display from 0 to 31, given that batch indices typically start at 0 and end at batch_size - 1.

Steps to Reproduce:

  1. Refer to the attached image illustrating the FashionMNIST batching process.
  2. Observe the batch sample indices listed at the top of the image samples, particularly the rightmost index.

Expected Behavior:
The batch indices should be labeled from 0 to 31 to accurately reflect a batch size of 32.

Actual Behavior:
The batch indices are labeled from 0 to 32.

Image:

image

Additional Information:
Correcting this labeling will help avoid any potential confusion for users trying to understand the batching process and the indexing of samples within a batch.

Thank you for your attention to this detail.

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