Closed vloncar closed 3 years ago
cc @lishanok @danielemoro
@lishanok could you check this PR and internal CL? thanks.
cc @danielemoro
happy holidays! courtesy ping @lishanok and @danielemoro
PTAL @lishanok and @danielemoro
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.
closed this PR since it was merged https://github.com/google/qkeras/commit/cb046f97a137ba7b18f7d78d643387786418664e Thanks @vloncar!
This PR adds
QSeparableConv1D
andQSeparableConv2D
. The existingQSeparableConv2D
(which expands toQDepthwiseConv2D
and 1x1QConv2D
) that is based on MobileNet is retained and renamedQMobileNetSeparableConv2D