Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always cast softmax inputs to float32 when in training mode.
While we don't need this for accurate results in b/float16, this is a safety precaution to make sure that training accuracy does not regress. Signed-off-by: Daniel Galvez <[email protected]>
- Loading branch information