Xilinx / finn-base

Open Source Compiler Framework using ONNX as Frontend and IR
https://finn-base.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

Changed how the epsilon value is set #21

Closed mmrahorovic closed 3 years ago

mmrahorovic commented 3 years ago

[batchnorm_to_affine]: epsilon value is now read out from the attributes. [test_batchnorm_to_affine]: added a test case for various epsilon values.

maltanar commented 3 years ago

Looks good, thanks Mirza!