google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
537 stars 104 forks source link

QSeparableConv1D and 2D #50

Closed vloncar closed 3 years ago

vloncar commented 4 years ago

This PR adds QSeparableConv1D and QSeparableConv2D. The existing QSeparableConv2D (which expands to QDepthwiseConv2D and 1x1 QConv2D) that is based on MobileNet is retained and renamed QMobileNetSeparableConv2D

zhuangh commented 4 years ago

cc @lishanok @danielemoro

zhuangh commented 3 years ago

@lishanok could you check this PR and internal CL? thanks.

cc @danielemoro

zhuangh commented 3 years ago

happy holidays! courtesy ping @lishanok and @danielemoro

zhuangh commented 3 years ago

PTAL @lishanok and @danielemoro

zhuangh commented 3 years ago

The test is actually not failed since we have it tested successfully from internal system. It was just due to travis-ci.org service failure.

zhuangh commented 3 years ago

closed this PR since it was merged https://github.com/google/qkeras/commit/cb046f97a137ba7b18f7d78d643387786418664e Thanks @vloncar!