You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The message means that deterministic engine is trying to resume the run from some non-zero iteration. For deterministic engines we have to rewind dataloader up to the resuming iteration otherwise randomness state wont be fully respected (probably here there can be more context: https://pytorch.org/ignite/engine.html#dataflow-synchronization).
Given the code you provide, I would say this is more like a bug.
Probably, valid_engine was stopped at some point without getting the full 1 epoch and then it was called to run again...
❓ Questions/Help/Support
I observed in the training logs the message that I don't understand, could you please clarify what happens here and why?
This happens for all validation engines I have, that I create as follows:
Note: I use DeterministicEngine for all engines (training and validation)
The text was updated successfully, but these errors were encountered: