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

Fix reporting of the end of epoch in MXNet and pyTorch plugins #180

Merged
merged 1 commit into from Sep 22, 2018

Conversation

ptrendx
Copy link
Member

@ptrendx ptrendx commented Sep 21, 2018

In the previous version, if the epoch size is divisible by the batch size, they would return 1 additional batch.

Signed-off-by: ptredak ptredak@nvidia.com

Signed-off-by: ptredak <ptredak@nvidia.com>
@ptrendx ptrendx changed the title Fix reporing of the end of epoch in MXNet and pyTorch plugins Fix reporting of the end of epoch in MXNet and pyTorch plugins Sep 21, 2018
Copy link
Contributor

@JanuszL JanuszL left a comment

Choose a reason for hiding this comment

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

What about TF? Do we have similar problem there?

@ptrendx
Copy link
Member Author

ptrendx commented Sep 22, 2018

In TF you don't have epoch size, you just specify the number of iterations

@JanuszL JanuszL merged commit 49c1e43 into NVIDIA:master Sep 22, 2018
pribalta pushed a commit to pribalta/DALI that referenced this pull request Oct 1, 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

2 participants