Skip to content

Commit

Permalink
[BNN Test] remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: aziz bahri <azizb@amd.com>
  • Loading branch information
aziz bahri committed Apr 10, 2024
1 parent 4132c75 commit b02f72e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/end2end/test_end2end_bnn_pynq.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def fold_tfc(model):
inp_qnt_node = model.get_nodes_by_op_type("Thresholding_rtl")[0]
inp_qnt = getCustomOp(inp_qnt_node)
inp_qnt.set_nodeattr("PE", 49)
# TODO: update PYNQ driver to support runtime writeable weights for RTL Thresholding
inp_qnt.set_nodeattr("runtime_writeable_weights", 1)
return model

Expand Down

0 comments on commit b02f72e

Please sign in to comment.