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
Motivation
There are many models which use batch norm in places where it is not covered by the existing cases allowed in the registry.
Adding batch norm to the registry would allow users to apply QAT to such models.
At present I am editing both registries by adding the line
Motivation
There are many models which use batch norm in places where it is not covered by the existing cases allowed in the registry.
Adding batch norm to the registry would allow users to apply QAT to such models.
At present I am editing both registries by adding the line
_QuantizeInfo(layers.BatchNormalization, ['gamma'], [], True),
which works for my case, but it would be nice to have a more general fix
The text was updated successfully, but these errors were encountered: