We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038d306 commit b318693Copy full SHA for b318693
tests/end2end/test_end2end_bnn_pynq.py
@@ -135,7 +135,8 @@ def fold_tfc(model):
135
inp_qnt_node = model.get_nodes_by_op_type("Thresholding_rtl")[0]
136
inp_qnt = getCustomOp(inp_qnt_node)
137
inp_qnt.set_nodeattr("PE", 49)
138
- inp_qnt.set_nodeattr("runtime_writeable_weights", 1)
+ # TODO: update PYNQ driver to support runtime writeable weights for RTL Thresholding
139
+ # inp_qnt.set_nodeattr("runtime_writeable_weights", 1)
140
return model
141
142
0 commit comments