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

Fixed issue when DATALOADER_STOP_ITERATION event is triggered when engine.run(data=None, ...) #3217

Merged
merged 2 commits into from Mar 24, 2024

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented Mar 23, 2024

Fixes #3190

Description:

  • Fixed issue when DATALOADER_STOP_ITERATION event is triggered when engine.run(data=None, ...)

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@github-actions github-actions bot added the module: engine Engine module label Mar 23, 2024
@vfdev-5 vfdev-5 merged commit df819ca into master Mar 24, 2024
18 of 21 checks passed
@vfdev-5 vfdev-5 deleted the fix-3190-datalaoder-stop-iteration-event branch March 24, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: engine Engine module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DATALOADER_STOP_ITERATION should not be triggered if Engine.run(data=None, ...)
1 participant