yangheng95 / PyABSA

Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.;
https://pyabsa.readthedocs.io
MIT License
955 stars 161 forks source link

运行demos/aspect_polarity_classification/glove_baselines/train_apc_glove.py出错 #176

Closed LiYouL closed 2 years ago

LiYouL commented 2 years ago

您好 运行环境为colab 通过git安装,手动pip install setup.py内依赖。 问题一: 在运行示例时demos/aspect_polarity_classification/glove_baselines/train_apc_glove.py 代码如下: image

出现:AttributeError: 'TNet_LF' object has no attribute 'eta1'
替换其他模型及数据集也出提示类似问题。

问题二: image 这几个config的区别是什么呢?即模型如何对应以上配置信息呢?

yangheng95 commented 2 years ago

您好,请升级到1.10.1或者降级到1.9.6。这个错误debug过程中的代码忘记删除。

yangheng95 commented 2 years ago

除了使用glove的模型需要使用apc_config_glove之外,其他的区别不大,主要是预训练模型的不同,一般根据语言使用

LiYouL commented 2 years ago

感谢解答 感谢您做的所有工作!