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

Transformers required by ImageNet training example #147

Closed
9 tasks done
Yancey1989 opened this issue Aug 19, 2020 · 2 comments · Fixed by #206
Closed
9 tasks done

Transformers required by ImageNet training example #147

Yancey1989 opened this issue Aug 19, 2020 · 2 comments · Fixed by #206
Assignees

Comments

@Yancey1989
Copy link
Collaborator

Yancey1989 commented Aug 19, 2020

To process the ImageNet dataset, we need

  • ImageNetDataset to load ImageNet images with .tar.gz file.
  • convert HWC to CHW format

and the following transform functions:

@Yancey1989 Yancey1989 changed the title ImageNet Dataset ImageNet Dataloader Aug 19, 2020
@wangkuiyi
Copy link
Owner

The example training program that uses the above transformers

https://github.com/pytorch/examples/blob/4b119d735b802453479d739bf823f3f7d8d5d422/imagenet/main.py#L204-L214

@wangkuiyi
Copy link
Owner

The validation program that uses the above transformers

https://github.com/pytorch/examples/blob/4b119d735b802453479d739bf823f3f7d8d5d422/imagenet/main.py#L225-L230

@wangkuiyi wangkuiyi changed the title ImageNet Dataloader Transformers required by ImageNet training example Aug 24, 2020
@Yancey1989 Yancey1989 reopened this Aug 26, 2020
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

Successfully merging a pull request may close this issue.

5 participants