It shows that FileNotFoundError: [Errno 2] No such file or directory: './my_output/commongen/commongen/model/model_checkpoint-40000'
So I copy the downloaded checkpoint to './my_output/commongen/commongen/model/ and rename it as model_checkpoint-40000.
After doing this, the console shows that
RuntimeError: Error(s) in loading state_dict for CrossAttention_Diffusion_LM:
Missing key(s) in state_dict: "position_ids", "position_embeddings.weight".
Unexpected key(s) in state_dict: "embed_positions.weight".
I'm not sure whether I did something wrong or what should I do next.
Dear Author,
I downloaded the commongen checkpoint
commongen_checkpoint-40000
from the google drive.And run the script in gen.sh
It shows that
FileNotFoundError: [Errno 2] No such file or directory: './my_output/commongen/commongen/model/model_checkpoint-40000'
So I copy the downloaded checkpoint to
'./my_output/commongen/commongen/model/
and rename it asmodel_checkpoint-40000
.After doing this, the console shows that
I'm not sure whether I did something wrong or what should I do next.