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
When I run training process:
python train.py --date 20220430 --prompt_task IC --unit_model hubert100 --prefix_prompt_length 6
an error occurs:
Exception: Cannot load model parameters from checkpoint ./pretrained_models/hubert100_lm/checkpoint_best.pt; please ensure that the architectures match.
How can I fix it?
The text was updated successfully, but these errors were encountered:
When I run training process:
python train.py --date 20220430 --prompt_task IC --unit_model hubert100 --prefix_prompt_length 6
an error occurs:
Exception: Cannot load model parameters from checkpoint ./pretrained_models/hubert100_lm/checkpoint_best.pt; please ensure that the architectures match.
How can I fix it?
The text was updated successfully, but these errors were encountered: