yangheng95 / LCF-ATEPC

codes for paper A Multi-task Learning Model for Chinese-oriented Aspect Polarity Classification and Aspect Term Extraction
MIT License
191 stars 45 forks source link

训练模型数据转换错误 #40

Closed htthYjh closed 3 years ago

htthYjh commented 3 years ago

image

1.数据集转换失败 Quick Start 中 Convert APC datasets to ATEPC datasets 执行失败:其中convert_apc_set_to_atepc未能成功导入。找了一下pyabsa 未找到 from pyabsa import convert_apc_set_to_atepc

convert_apc_set_to_atepc(r'../apc_usages/datasets/restaurant16') 2.此外 以下 train_atepc 方法也未找到 from pyabsa import train_atepc

see hyper-parameters in pyabsa/main/training_configs.py

yangheng95 commented 3 years ago

函数重命名了,建议您查看pyabsa最新版本提供的函数接口,如果还有问题可以联系我

yangheng95 commented 3 years ago

相关的例子在eamples/commen_usages里面有

htthYjh commented 3 years ago

好的,谢谢