Skip to content

Fixes to `QKerasFactorizeAlpha` for `Strategy: Resource`

Javier Duarte requested to merge github/fork/thesps/resource-strat-alpha into master

Created by: thesps

QKerasFactorizeAlpha optimizer pass didn't handle the transposed weights of resource strategy layers. Uncovered by #335 (closed). This PR fixes that.

Also, when the alpha is a scalar, the inferred shape was wrong for CNN models.

Merge request reports

Loading