Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
float32
scale in AutoScale MNIST training example. (#81)
In some configurations, `float16` does not have enough dynamic range to represent scaling, meaning the scale factor can quickly overflow. Using `float32` (or equivalently `bfloat16`) should allow a bit more margin.
- Loading branch information