Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

A little bug in processing data #7

Open
menjiantong opened this issue Jun 9, 2023 · 1 comment
Open

A little bug in processing data #7

menjiantong opened this issue Jun 9, 2023 · 1 comment

Comments

@menjiantong
Copy link

Hello,
I'm learning the source code of TextCNN,at ./datesets/preprocess/sentence.py , here

for text in row[1:]: text = get_clean_text(text) s = s + text
So The last word of title and the first word of description will be a new word. I think this place should be s = s + ' ' + text;

@Cgetier520990
Copy link

hi,这个项目整的可以运行起来吗?尽管我在Configs文件中,更改了某个数据集的“han”模型的路径,但是还是报错,such as:FileNotFoundError: [Errno 2] No such file or directory: 'configs/example.yaml'。 moreover,我不能知道这个项目清晰的框架,l can't find "main.py", and how to train data and test data.

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

No branches or pull requests

2 participants