INFO: Resuming from iteration for provided data will fetch data until required iteration ...
Open
Nobody has claimed this yet.
question
- Dominant language
- Python
- Stars
- 4.8k
- Forks
- 726
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 5
Description
❓ 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?
INFO: Resuming from iteration for provided data will fetch data until required iteration ...
This happens for all validation engines I have, that I create as follows:
for valid_dataset_name, valid_engine in valid_engines.items():
valid_loader = valid_loaders[valid_dataset_name]
train_engine.add_event_handler(Events.EPOCH_COMPLETED, partial(valid_engine.run, data=valid_loader))
Note: I use DeterministicEngine for all engines (training and validation)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with DeterministicEngine and the validation engine's run call registered on Events.EPOCH_COMPLETED; trace where the quoted INFO message is emitted and how provided data and iteration are handled. Reproduce the reported training setup, then document what the message means and why it appears for validation engines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100