songyouwei / ABSA-PyTorch

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

Fix PyTorch version #206

Open YevheniiSemendiak opened 2 years ago

YevheniiSemendiak commented 2 years ago

The train.py code in the repo doesn't work with PyTorch higher than 1.4.0 due to API changes. This PR fixes PyTorch to be in between 0.4.0 and 1.4.0 versions.