Skip to content
Snippets Groups Projects
Commit c896459a authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[Test] Fix out_bias of BIPOLAR Multithreshold

parent b615cfe8
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ def test_move_maxpool_past_multithreshold():
["t2"],
domain="finn",
out_dtype="BIPOLAR",
out_bias=-3.0,
out_bias=-1.0,
out_scale_f=1.0,
)
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment