Results 1 issues of Titus Zhao

我已经把checkpoint-35000.pt放进文名为mlp_finetune的文件夹了,pytorch_model.bin放在gpt2文件夹,ViT-B-32.pt也放在了pretrain_models下面,可是依然说加载模型报错,请问大家有遇到过吗? [报错指向这一行:](https://github.com/yangjianxin1/ClipCap-Chinese/blob/master/predict.py#L129) raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for ClipCaptionModel: Missing key(s) in state_dict: "clip_project.model.0.weight", "clip_project.model.0.bias", "clip_project.model.2.weight", "clip_project.model.2.bias". Unexpected key(s) in state_dict: "gpt2.transformer.h.0.attn.bias", "gpt2.transformer.h.0.attn.masked_bias",...