-
Notifications
You must be signed in to change notification settings - Fork 3
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
Disable "vocab_article_source.json" #9
Comments
Setting ' 'vocab_article_source=None" in "train_xxx.py" can solve this problem. Try this https://drive.google.com/file/d/1QpqiK_R9PGG9NesTYqC8aLJhMZ0CYQ00/view?usp=sharing |
Thank you very much for your timely reply! |
You should try to disable the loading function because ''vocab_article_source.json" is no longer used. |
Thanks for your timely reply, I changed the two lines in reader5.py to the following, and it can run through. |
Hi~@Nicozwy
Thank you so much for your amazing work, I have already star your work.
In the process of replicating your code, I also encountered an error that the file "vocab_article_source.json" was not found. I have tried the following method you gave me:
1, You can set ' 'vocab_article_source=None" in "tran_xxx.py "because the file "vocab_article_source.json" is no longer used.
2, You can simply create a new file with the name "vocab_article_source.json" because it is not used in the codes.
But I have encountered a loading error in the "vocab_article_source.json" file. Do I need to change anything other than the above solution?
Looking forward to your reply, have a good day!
The text was updated successfully, but these errors were encountered: