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
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
Just pass a resume_from_checkpoint to TrainingArguments.
Expected behavior
I have read the code and I see resume_from_checkpoint is used for Trainer.train(resume_from_checkpoint=...), and this setting in TrainingArguments is not used. Any reasons?
The text was updated successfully, but these errors were encountered:
System Info
N/A
Who can help?
@sgugger
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Just pass a
resume_from_checkpoint
toTrainingArguments
.Expected behavior
I have read the code and I see
resume_from_checkpoint
is used forTrainer.train(resume_from_checkpoint=...)
, and this setting inTrainingArguments
is not used. Any reasons?The text was updated successfully, but these errors were encountered: