-
Notifications
You must be signed in to change notification settings - Fork 8
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
To turn the CPRS baseline model #9
Comments
Yes, I guess you can directly run it. The missing file is here. |
Thank you very much for your prompt response. Also, in the process of trying to run CPRS, I replaced the 'articles_titles_2.pkl' file mentioned in the code as data for using articles_content with 'articles_titles_4.pkl'. Is there any problem with this? I couldn't obtain the 'articles_titles_2.pkl' file. |
The category file is easy to obtain, plz refer to #8 (comment) |
Thank you so much for explaining kindly. Sorry to bother you again. I have two TITAN Xp 12GB graphics cards, but even when I set the batch size to 1, the following error occurred...
Lastly, if it's not too much trouble, could I receive information on the minimum system requirements to train this code? |
Could you please check if a lot of memory is used to turn the CPRS? |
No, I think the memory usage is totally tolerable. |
Hello, thank you very much for providing a great source code. |
Could not find where 'category_id' is. I'd really appreciate your help. |
Maybe this file can help you. @amengpa articles_embeddings+titles.zip Originally posted by @summmeer in #7 (comment) |
Hello, thank you for introducing a great model.
I would like to run the CPRS baseline model, and I'm wondering if I just need to run 'python CPRS.py'. If not, please let me know the correct way to run it.
Also, I couldn't find the data needed to build embdict[word], which is /home/sansa/dataset/no.tsv. Could you share it with me? I am trying to run it using glove.840B.300d.txt, but various errors occur.
Thank you for your reply.
The text was updated successfully, but these errors were encountered: