Missing ckpt file #109
-
I tried running One of the lines that gets printed out says Is this a problem, or is it something that I can safely ignore? I plan to try running the code without the -test_only flag, and want to make sure I will be starting from existing weights. I have left all of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @akindofyoga Unless you want to train a student model using your own checkpoint for a teacher, you can safely ignore the message. |
Beta Was this translation helpful? Give feedback.
Hi @akindofyoga
Unless you want to train a student model using your own checkpoint for a teacher, you can safely ignore the message.
All the configurations I am currently providing are using
pretrained: True
for teachers (i.e., no local checkpoints used for teachers)