Closed isayoften closed 3 days ago
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
Information
Tasks
no_trainer
script in theexamples
folder of thetransformers
repo (such asrun_no_trainer_glue.py
)Reproduction
https://www.kaggle.com/code/amanattheedge/demonstration
Expected behavior
Maybe I'm doing something wrong, but save_state() and load_state() should memorize the RNG states so that the previous shuffling of data within the new epoch can be restored.