CNNs with binary inputs and weights need fixes
Created by: jmitrevs
Description
As shown by #740 (closed), CNNs with binary quantizers don't currently work properly. This PR attempts to fix it.
Type of change
-
Bug fix (non-breaking change that fixes an issue)
Tests
A pytest is added. However, it still shows errors in streaming.
Checklist
-
I have read the guidelines for contributing. -
I have commented my code, particularly in hard-to-understand areas. -
My changes generate no new warnings. -
I have installed and run pre-commit
on the files I edited or added. -
I have added tests that prove my fix is effective or that my feature works.