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

It‘s recommended to consider using mxnet's data loader. #14

Closed
AlphaQi opened this issue May 5, 2019 · 0 comments
Closed

It‘s recommended to consider using mxnet's data loader. #14

AlphaQi opened this issue May 5, 2019 · 0 comments

Comments

@AlphaQi
Copy link

AlphaQi commented May 5, 2019

Hi,
thanks for your contribution of NAS, it is very nice work.
but, the pytorch's data loader is very slow when you use a big dataset likes ImageNet2012.
Fortunately, I found mxnet's dataloader is a nice work, you can package ImageNet2012
into a rec file, then call mxnet's dataloader interface in your code, and convert mxnet data
to pytorch data.

@AlphaQi AlphaQi closed this as completed May 5, 2019
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