yunjey / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers
MIT License
29.79k stars 8.03k forks source link

Embeddings #168

Closed carrie0307 closed 5 years ago

carrie0307 commented 5 years ago

Hello, Would you please tell me how to save the embeddings which is learned from the Rnnlm and whose shape is (vocab_size, embed_size)? Thank you so much!

carrie0307 commented 5 years ago

I've solved this problem. Sorry to bother you! Good luck!