Skip to content

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

Merged
vfdev-5 merged 2 commits intomasterfrom
fix-3190-datalaoder-stop-iteration-event
Mar 24, 2024
Merged

Fixed issue when DATALOADER_STOP_ITERATION event is triggered when engine.run(data=None, ...)#3217
vfdev-5 merged 2 commits intomasterfrom
fix-3190-datalaoder-stop-iteration-event

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
@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