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

Make EMNISTDataModule #672

Closed
murphyk opened this issue Jun 24, 2021 · 1 comment · Fixed by #676
Closed

Make EMNISTDataModule #672

murphyk opened this issue Jun 24, 2021 · 1 comment · Fixed by #676
Labels
datamodule Anything related to datamodules enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@murphyk
Copy link

murphyk commented Jun 24, 2021

(Moved from Lightning-AI/pytorch-lightning#8110.)

It would be useful to have a DM for https://www.tensorflow.org/datasets/catalog/emnist.

Motivation

EMNIST is a much better dataset than MNIST, since it has more classes (0-9, a-z, A-Z), more data (4x), and more inherent ambiguity, yet it still easy to deal with computationally.

image

@murphyk murphyk added enhancement New feature or request help wanted Extra attention is needed labels Jun 24, 2021
@murphyk murphyk closed this as completed Jun 24, 2021
@akihironitta akihironitta added datamodule Anything related to datamodules good first issue Good for newcomers labels Jun 25, 2021
@akihironitta
Copy link
Contributor

@murphyk Reopening this issue as I believe this would be a great addition to Bolts!

@akihironitta akihironitta reopened this Jun 25, 2021
@sugatoray sugatoray mentioned this issue Jun 26, 2021
21 tasks
@akihironitta akihironitta changed the title make dm.EMNISTDataLOader Make EMNISTDataModule Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datamodule Anything related to datamodules enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants