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

Add AMP (automatic mixed precision) as option for training and inference #304

Open
neogyk opened this issue Sep 26, 2023 · 1 comment
Open
Assignees

Comments

@neogyk
Copy link
Contributor

neogyk commented Sep 26, 2023

Usage of half-precision speed ups the training process of DNN, as it allocates less memory.

@neogyk
Copy link
Contributor Author

neogyk commented Nov 13, 2023

Currently, the baler can be executed only with full precision numbers. The mixed precision is not working due to the error of mismatch of the data types during the matrix multiplication in the forward pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant