-
Hi, I have a weird issue. When I try to add an output handler with
I got an error: I tried both master and 0.5.1, and the engine is created with Can someone help with this, give me a hint about where I made mistake. |
Beta Was this translation helpful? Give feedback.
Answered by
vfdev-5
Jan 16, 2025
Replies: 1 comment 9 replies
-
@Roy-Kid is it possible to have a small reproducer for the issue? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is related to this line:
ignite/ignite/engine/engine.py
Line 1072 in 23f2a3f
self.epoch_length
.To make it work you can run your code with specified
epoch_length
This behaviour seems like a bug to me.