kefirski / pytorch_RVAE

Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
MIT License
357 stars 87 forks source link

IndexError: too many indices for array while running train_word_embeddings.py #13

Open sahiljajodia01 opened 5 years ago

sahiljajodia01 commented 5 years ago

I am getting this error while running train_word_embeddings.py.

screenshot 2019-02-03 at 8 30 06 pm

ruizheliUOA commented 5 years ago

Hi, you need to delete [0]. Then the code can work.

kay312 commented 4 years ago

Hi, you need to delete [0]. Then the code can work.

thank you a lot!