fast_abs_rl icon indicating copy to clipboard operation
fast_abs_rl copied to clipboard

Error while start training abstractor

Open ithieund opened this issue 3 years ago • 3 comments

Hi @ChenRocks , can you please check this issue? I tried to train your model with my own dataset in Vietnamese. It's OK at step 1 (train_word2vec.py) and step 2 (make_extraction_labels.py) But when I start training the abstractor, your model return this error image

I tried to reproduce that the same step with CNN/DailyMail dataset and the result is the same, it still stuck at step 3 with the same error message as above. image

Can you give me some suggestion to overcome that error?

ithieund avatar Jan 23 '21 08:01 ithieund

@ithieund Hello! I wonder if you could help me solving this problem.

Gaurob avatar Mar 31 '21 06:03 Gaurob

@ithieund Hello! I wonder if you could help me solving this problem.

Sorry I still don't have any solution for this :(

ithieund avatar Apr 20 '21 00:04 ithieund

Find copy_summ.py in ./models/. Change source in "source=score.contiguous().view(beam*batch, -1) * copy_prob" and "source=score * copy_prob" to src will work.

yueguo-50 avatar Jun 09 '21 20:06 yueguo-50