Is there a need to restore the dataloader condition #1192
Replies: 2 comments 4 replies
-
Hi @ryanxingql , that's an interesting question! |
Beta Was this translation helpful? Give feedback.
-
@ryanxingql We appreciate your passion for contributing MMEditing! We found some of your projects are really interesting! And I have read your paper! https://github.com/ryanxingql/rbqe That's really an interesting idea! Would you like to contribute these works to MMEditing? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am wondering that is there a need to restore the dataloader condition.
Every time we restore the model, we only restore the model parameters, optimizer, and scheduler.
The dataloader will start from the beginning, resulting in repeated training over the data in front.
To actually restore the training condition, we may need to restore the dataloader condition, i.e., skip the trained iters or epochs of data.
If this function is necessary, I may try to implement it.
Beta Was this translation helpful? Give feedback.
All reactions