[Maintenance] Remove magic number in bleu.py
Opened this issue · 0 comments
hzhwcmhf commented
if self.sample >= 1000 and self.cpu_count > 1:
1000 should replaced by a class variable.
Opened this issue · 0 comments
if self.sample >= 1000 and self.cpu_count > 1:
1000 should replaced by a class variable.