Thomas Keller

Results 4 comments of Thomas Keller

Specifically, the issue arises with the `scale` factor being calculated to zero, then dividing by scale in the course of `IntQuant.to_int()` (shown below): ``` class IntQuant(brevitas.jit.ScriptModule): ... def __init__( self,...

> But I did not face the same issue if I use `Int8Bias` are you facing the same issue with it? Yes, Int8Bias gives the same results for me.

Bumping this, would really appreciate a simple example beyond the basic functionality validation of the `test_merge_bn.py` file.