fix comment

This commit is contained in:
epwalsh
2019-12-30 14:18:08 -08:00
parent b28c3fd04c
commit fdb8ffca27

View File

@ -173,6 +173,7 @@ impl Model for BPE {
.map(|rank| {
if let Some(dropout) = self.dropout {
// With probability `dropout` we'll ignore
// this merge.
if thread_rng().gen::<f32>() < dropout {
&(std::u32::MAX, std::u32::MAX)
} else {