You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In beam_search.py replace while steps < 100 and len(results) < FLAGS.beam_size: instead while steps < FLAGS.max_dec_steps and len(results) < FLAGS.beam_size:
model.py 第282行,为什么assert len(final_dists)==1,fina_dists应该是解码序列吧,怎么可能等于1?等于1的话,不相当于每次摘要只有一个字???
The text was updated successfully, but these errors were encountered: