Multi-View-Seq2Seq
Multi-View-Seq2Seq copied to clipboard
minor bug fixes
-
Fair sequence bug
torch.div(self.indices_buf, vocab_size, out=self.beams_buf)gives error, it should be replaced bytorch.floor_divide(self.indices_buf, vocab_size, out=self.beams_buf) -
File naming error: in
data/stage_segmentationnotebook file names generated is_sent_trans_cons_label_2.pklbut it is expected as_sent_trans_cons_label.pklby other part of codes. -
Synatx error in
data/read_labelsnotebook line 33 has missing:in if condition.
Thanks for the note, we will push the updated version.
it's obvious that anthor didn`t fix the bug lol
Does this model perform well on Longer Dialogues ? like 8000 - 10000 tokens ?