You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Usage of half-precision speed ups the training process of DNN, as it allocates less memory.
The text was updated successfully, but these errors were encountered: