Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

classifier_multi_label_textcnn 报错 #8

Open
wang-s-y opened this issue Feb 25, 2022 · 3 comments
Open

classifier_multi_label_textcnn 报错 #8

wang-s-y opened this issue Feb 25, 2022 · 3 comments

Comments

@wang-s-y
Copy link

classifier_multi_label_textcnn 显示没有,这个是什么问题

@Vanessa-gxl
Copy link

请问这个问题你解决了吗?我也出现了这个问题

@pengber
Copy link

pengber commented Aug 10, 2022

需要把classifier_multi_label_textcnn 的上层目录加到系统路径中, 比如是/root/classifier_multi_label_textcnn 就需要用
import sys
sys.path.append('/root')

@ZEIJIERQIANG
Copy link

需要在train.py文件中,把classifier_multi_label_textcnn的上层文件夹添加到路径中,选中classifier_multi_label_textcnn文件 ,右键输出绝对路径,然后填在下面xxx位置,最后删掉xxx中最后的“classifier_multi_label_textcnn”
import sys
sys.path.append("xxx")

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants