Delete invalid comment (#1038)

This commit is contained in:
Juarez Bochi
2023-10-05 14:28:08 -04:00
committed by GitHub
parent 8f7973958c
commit f47bd9bab5
2 changed files with 0 additions and 4 deletions

View File

@ -775,8 +775,6 @@ impl T5ForConditionalGeneration {
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
}
};
// TODO: Rescale output before projecting on vocab? * (self.model_dim**-0.5)
Ok(output)
}

View File

@ -779,8 +779,6 @@ impl T5ForConditionalGeneration {
Some(ref lm_head) => lm_head.forward(&sequence_output)?,
}
};
// TODO: Rescale output before projecting on vocab? * (self.model_dim**-0.5)
Ok(output)
}