Skip to content
Snippets Groups Projects
Commit 65165faf authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Removed stray knob

parent 77de7e21
No related branches found
No related tags found
No related merge requests found
......@@ -149,14 +149,6 @@
"class": "PerforateConv2dStride",
"name": "168",
"exp_speedup": 2.0
}, {
"skip_every": 4,
"skip_offset": 3,
"interp_rate": 1.0,
"use_fp16": false,
"class": "Conv2dSampling",
"name": "239",
"exp_speedup": 1.33
}, {
"skip_every": 2,
"skip_offset": 0,
......
......@@ -36,7 +36,7 @@ class TestTorchAppTuning(TorchAppSetUp):
self.assertEqual(len(n_knobs), 34)
for op_name, op in self.app.midx.name_to_module.items():
if isinstance(op, Conv2d):
nknob = 30
nknob = 29
elif isinstance(op, Linear):
nknob = 2
else:
......
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