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

Image classification #10738

Merged
merged 31 commits into from
May 18, 2018
Merged

Image classification #10738

merged 31 commits into from
May 18, 2018

Conversation

daming-lu
Copy link
Contributor

No description provided.

CIFAR10_MD5 = 'c58f30108f718f92721af3b95e74349a'


def reader_creator(filename, sub_name, batch_size=None):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we do not add this helper method, then the minimum training loop is 1 epoch, which could take loooong time to finish.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use Trainer.stop added by #10762

Copy link
Contributor Author

@daming-lu daming-lu May 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline, since CI is just 10 mins away from finishing, we can merge this first and change to trainer.stop() once that PR is merged. 😬

Copy link
Contributor

@sidgoyal78 sidgoyal78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daming-lu daming-lu merged commit 11b6473 into PaddlePaddle:develop May 18, 2018
@daming-lu daming-lu deleted the image_classification_word2vec branch May 18, 2018 22:51
@daming-lu daming-lu changed the title Image classification & word2vec Image classification May 24, 2018
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 this pull request may close these issues.

None yet

3 participants