-
Notifications
You must be signed in to change notification settings - Fork 10
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
Training data query #3
Comments
For training you only need (1). (2) is used to estimate ROUGE scores. (1) and (3) is used during decoding. |
File "/home/beast/riddhi/main/data_utils.py", line 116, in process_predictions_rankedtopthree sent_filename which got generated in line 115 by using FLAGS.doc_sentence_directory, cannot be opened in line 116. I just presumed and made directory , what exactly should be there in this directory? |
It should point to 3) doc_sentence_directory directory. |
Yes and what should be there, from where can I get it? |
Please check: #2 |
Hello Shashi, I am unable to understand why do we need these three directories and what role do they play in training? 1. preprocessed_data_directory 2. gold_summary_directory 3. doc_sentence_directory. Can you provide little more insights of these three.? When I was trying , one epoch has already finished and then this error appeared.
The text was updated successfully, but these errors were encountered: