threelittlemonkeys / lstm-crf-pytorch

LSTM-CRF in PyTorch
459 stars 101 forks source link

embedding #14

Closed TianlinZhang668 closed 5 years ago

TianlinZhang668 commented 5 years ago

how to use own pretrained embedding text?

threelittlemonkeys commented 5 years ago

I haven't implemented it yet, but perhaps it can be easily done if you look at this: https://discuss.pytorch.org/t/can-we-use-pre-trained-word-embeddings-for-weight-initialization-in-nn-embedding/1222

TianlinZhang668 commented 5 years ago

Thank you very much