songyouwei / ABSA-PyTorch

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
MIT License
2.02k stars 526 forks source link

请问 word embeddings 设置的是参与训练的吗 #131

Open CCChenhao997 opened 4 years ago

songyouwei commented 4 years ago

GloVe的词嵌入是通过torch.nn.Embedding.from_pretrained得到的,默认freeze=True,是不参与训练的