SaidaSaad

Results 9 comments of SaidaSaad

Yes I printed dcg_max_array and alpha_dcg_max_array and some of the valuse are zeros. so I edited that that line alpha_ndcg_array = alpha_dcg_array/ alpha_dcg_max_array to be **alpha_ndcg_array = np.zeros(shape=(2,)) for i...

This what i got ![22](https://user-images.githubusercontent.com/36638709/71088321-6fa73580-219e-11ea-92ad-f9d8e1e22a1b.png)

Yes , the original code give me the first error i mentioned in the first question as you can see here ![545](https://user-images.githubusercontent.com/36638709/71090622-c2372080-21a3-11ea-8d55-e9d33c81332b.png)

I fixed that by what i told you in the last comment Please let me know if there is something wrong i did I also would like to know where...

Thank you very much , yes , you are right , those were just warning Now Yes I got the result file , One more last question :) I am...

Yes I understood that but what I did not understand is that for example for present keyphrases I found two F1@5 F1@5=0.16388 (Micro) and F1@5=0.18448(Macro) what is the difference and...

Hello Kenchan I have another question,I would to ask when we are the prediction using this command 👍 **catSeq on inspec dataset: python3 interactive_predict.py -vocab data/kp20k_sorted/ -src_file data/cross_domain_sorted/word_inspec_testing_context.txt -pred_path pred/%s.%s...

Thanks for your reply , I would like to know if your source code is saving word2idx and idx2word during the training of the model? Another question In case if...

Hello Kechan , Thanks you for your replies , I really appreciate. I have question about the reinforcement that may be not relate to . In case if I have...