We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upon every restart of finetune i see: "train data seems to have changed. restarting shuffled epoch."
i looked up where it happens, added debugging line and it turned out that train->shuffle_samples_hash returns zero.
so, it's either not being stored or not being read. so, finetuning always starts from scratch and can not be continued.
at least that's how it is for me :).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
upon every restart of finetune i see:
"train data seems to have changed. restarting shuffled epoch."
i looked up where it happens, added debugging line and it turned out that
train->shuffle_samples_hash returns zero.
so, it's either not being stored or not being read. so, finetuning always starts from scratch and can not be continued.
at least that's how it is for me :).
The text was updated successfully, but these errors were encountered: