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
Hello,
Thank you for your great work! I encountered the following error when running gradio_app.py:
RuntimeError: Error(s) in loading state_dict for MuMu_LLaMA:
Missing key(s) in state_dict: "mu_mert_rnn.weight_ih_l0", "mu_mert_rnn.weight_hh_l0", "mu_mert_rnn.bias_ih_l0", "mu_mert_rnn.bias_hh_l0", "mu_mert_attention.weight", "mu_mert_attention.bias", "iu_vivit_rnn.weight_ih_l0", "iu_vivit_rnn.weight_hh_l0", "iu_vivit_rnn.bias_ih_l0", "iu_vivit_rnn.bias_hh_l0", "iu_vivit_attention.weight", "iu_vivit_attention.bias".
The missing parameters, such as those related to mu_mert_rnn and iu_vivit_rnn, seem to be part of some specific layers in the model.
I would appreciate your help in resolving this. Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your great work! I encountered the following error when running
gradio_app.py
:The missing parameters, such as those related to
mu_mert_rnn
andiu_vivit_rnn
, seem to be part of some specific layers in the model.I would appreciate your help in resolving this. Thank you!
The text was updated successfully, but these errors were encountered: