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
size 1024 latent 512 n_mlp 8 channel_multiplier 2
Traceback (most recent call last):
File "/kaggle/working/GanVinci/generate.py", line 192, in <module>
feat.load_state_dict(feat_checkpoint["weights"])
File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for FEAT:
Missing key(s) in state_dict: "mapper.20.weight", "mapper.20.bias", "mapper.21.weight", "mapper.21.bias", "mapper.22.weight", "mapper.22.bias", "mapper.23.weight", "mapper.23.bias", "mapper.24.weight", "mapper.24.bias", "mapper.25.weight", "mapper.25.bias", "mapper.26.weight", "mapper.26.bias", "mapper.27.weight", "mapper.27.bias", "mapper.28.weight", "mapper.28.bias", "mapper.29.weight", "mapper.29.bias", "mapper.30.weight", "mapper.30.bias", "mapper.31.weight", "mapper.31.bias", "mapper.32.weight", "mapper.32.bias", "mapper.33.weight", "mapper.33.bias", "mapper.34.weight", "mapper.34.bias", "mapper.35.weight", "mapper.35.bias".
How to set the argument values for each of the pre-trained models you've shared?
It seems attn_ prefixed arguments have something to do with these but I don't understand how.
Please help.
The text was updated successfully, but these errors were encountered:
For following bash command
I get missing keys errors.
How to set the argument values for each of the pre-trained models you've shared?
It seems
attn_
prefixed arguments have something to do with these but I don't understand how.Please help.
The text was updated successfully, but these errors were encountered: