Macaw-LLM icon indicating copy to clipboard operation
Macaw-LLM copied to clipboard

Some weights of MM_LLMs were not initialized from the model checkpoint at ./mm_llms_trainer/ and are newly initialized:

Open BinZhu-ece opened this issue 1 year ago • 1 comments

Thank you very much for your outstanding work. I encountered the following problem when loading model weights. When I used torch.load to load pytorch_model.bin, I found that this part of the weights was indeed missing. Some weights of MM_LLMs were not initialized from the model checkpoint at ./mm_llms_trainer/ and are newly initialized: ['video_long_self_attention.in_proj_bias', 'video_long_self_attention.bias_v', 'video_long_self_attention.in_proj_weight', 'video_long_self_attention.out_proj.bias', 'video_long_self_attention_attention_ .bias_k', 'video_long_self_attention.out_proj.weight']

BinZhu-ece avatar Sep 21 '23 04:09 BinZhu-ece

had the same issue, @BinZhu-ece have you found a solution?

paulorocosta avatar Dec 01 '23 16:12 paulorocosta