Skip to content
Snippets Groups Projects
Commit f3245a81 authored by Hendrik Borras's avatar Hendrik Borras
Browse files

Cleaned up open ToDos.

parent a3ca45c0
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class AvgPoolAndTruncToQuantAvgPool(Transformation):
t_inst = getCustomOp(t_node)
signed = t_inst._get_signed_from_upstream(model)
# ToDo: Change this to NHWC,
# when the channels last input comes around
# when the channels last layout comes around.
data_layout = "NCHW"
# Insert scale nodes, QuantAvgPool2d node and required tensors
......
......@@ -88,9 +88,7 @@ def analysis_testing_for_no_quant_nodes(model):
return dict()
# ToDo: Add KWS networks, when they are ready to be added to finn-examples.
# ToDo: Add RadioML_VGG10, if possible
# This test currently takes about 4 min and 42 seconds
# This test currently takes about 4 min and 20 seconds
@pytest.mark.parametrize("abits", [1, 2])
@pytest.mark.parametrize("wbits", [1, 2])
@pytest.mark.parametrize("model_name", ["TFC", "SFC", "LFC", "CNV", "mobilenet"])
......
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