Skip to content

batch norm precision fix

Javier Duarte requested to merge bjk/bn_cast into master

Created by: benjaminkreis

Fixed Issue #133 (closed) caused by casting having higher precedence than expected. This PR removes the casting (adding parentheses would also work).

Merge request reports

Loading