Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use float32 scale in AutoScale MNIST training example. #81

Merged
merged 1 commit into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. Use float32 scale in AutoScale MNIST training example.

    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.
    balancap committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4e7d44a View commit details
    Browse the repository at this point in the history