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
So i am trying to run it on my MacBook Pro M2. I was following your directions, but I am getting this error. Help please? I made the changes to the bash files for data/emb file
(torch-gpu) /home DHAP % bash scripts/train_chat.sh Traceback (most recent call last): File "runModel.py", line 56, in <module> src_vocab_list, embs = VocabField.load_from_pretrained(emb_file) File "/DHAP/seq2seq/dataset/vocabField.py", line 55, in load_from_pretrained embedding[i+5] = vec ValueError: could not broadcast input array from shape (100,) into shape (300,)
The text was updated successfully, but these errors were encountered:
So i am trying to run it on my MacBook Pro M2. I was following your directions, but I am getting this error. Help please? I made the changes to the bash files for data/emb file
(torch-gpu) /home DHAP % bash scripts/train_chat.sh Traceback (most recent call last): File "runModel.py", line 56, in <module> src_vocab_list, embs = VocabField.load_from_pretrained(emb_file) File "/DHAP/seq2seq/dataset/vocabField.py", line 55, in load_from_pretrained embedding[i+5] = vec ValueError: could not broadcast input array from shape (100,) into shape (300,)
The text was updated successfully, but these errors were encountered: