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
For the QSeparableConv2D layer, a error is being prompted saying that the keyword argument for depthwise_activation is not understood. Following the sample code from the readme, this error is prompted. Below is the code that prompted this error.
Current QSeparableConv2D layer follows Keras implementation and doesn't apply activation after the depthwise step. The readme refers to the old implementation based on MobileNet that does this. That implementation is still available as QMobileNetSeparableConv2D. We'll fix the readme, thanks for reporting!
For the QSeparableConv2D layer, a error is being prompted saying that the keyword argument for depthwise_activation is not understood. Following the sample code from the readme, this error is prompted. Below is the code that prompted this error.
The error itself.
The text was updated successfully, but these errors were encountered: