Skip to content

Commit b318693

Browse files
committed
[Tests] Runtime writeable weights = 0 for RTL thresholding in tfc test
1 parent 038d306 commit b318693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/end2end/test_end2end_bnn_pynq.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def fold_tfc(model):
135135
inp_qnt_node = model.get_nodes_by_op_type("Thresholding_rtl")[0]
136136
inp_qnt = getCustomOp(inp_qnt_node)
137137
inp_qnt.set_nodeattr("PE", 49)
138-
inp_qnt.set_nodeattr("runtime_writeable_weights", 1)
138+
# TODO: update PYNQ driver to support runtime writeable weights for RTL Thresholding
139+
# inp_qnt.set_nodeattr("runtime_writeable_weights", 1)
139140
return model
140141

141142

0 commit comments

Comments
 (0)