Make binary CNN match between Keras and hls4ml
Created by: jmitrevs
Description
The check on the pytest for binary CNNs had to be disabled because it failed. This enables it, and attempts to fix issues that it discovers
Type of change
-
Bug fix (non-breaking change that fixes an issue)
Tests
The test checking has been enabled. It still fails in most cases.
Checklist
-
I have read the guidelines for contributing. -
I have commented my code, particularly in hard-to-understand areas. -
I have made corresponding changes to the documentation. -
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.