-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
-
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:
indata/stage_segmentation
notebook file names generated is_sent_trans_cons_label_2.pkl
but it is expected as_sent_trans_cons_label.pkl
by other part of codes. -
Synatx error
indata/read_labels
notebook line 33 has missing:
in if condition.
doitslow and leadawon
Metadata
Metadata
Assignees
Labels
No labels