We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Engine.terminate(skip_complete_event: bool = False)
Add flag to Engine.terminate(skip_complete_event: bool = False) to optionally skip Events.COMPLETE when terminate was called.
Events.COMPLETE
Context:
The text was updated successfully, but these errors were encountered:
Hey 👋, I've just created a thread for this issue on PyTorch-Ignite Discord where you can quickly talk to the community on the topic.
🤖 This comment was automatically posted by Discuss on Discord
Sorry, something went wrong.
Hi, I tried to implement this in the pull request #3309
skip_epoch_completed
Engine.terminate_epoch()
This issue can be closed as completed by #3309 PR
No branches or pull requests
🚀 Feature
Add flag to
Engine.terminate(skip_complete_event: bool = False)
to optionally skipEvents.COMPLETE
when terminate was called.Context:
The text was updated successfully, but these errors were encountered: