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

Support FP16 MNIST classifier AutoScale training. #67

Merged
merged 1 commit into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Support FP16 MNIST classifier AutoScale training.

    Experimental results on this commit:
    
    **FP32 Normal**
    
    Training set accuracy 0.97117
    Test set accuracy 0.94070
    
    **FP32 AutoScale**
    
    Training set accuracy 0.97222
    Test set accuracy 0.94030
    
    **FP16 Normal**
    
    Training set accuracy 0.96815
    Test set accuracy 0.93830
    
    **FP16 AutoScale**
    
    Training set accuracy 0.96772
    Test set accuracy 0.93770
    balancap committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1b22eb4 View commit details
    Browse the repository at this point in the history