Skip to content

Commit 14539c3

Browse files
benchmarks
1 parent f32facf commit 14539c3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

python/benchmarks.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,18 @@ def trial_filter(task):
2828
else:
2929
return []
3030

31-
exclude_set = set(["kddcup", "poker"])
31+
exclude_set = set(
32+
[
33+
"kddcup",
34+
"poker",
35+
"mnist",
36+
"parity5",
37+
"564_fried",
38+
"1191_BNG_pbc",
39+
"1196_BNG_pharynx",
40+
"1595_poker",
41+
]
42+
)
3243
if task.name in exclude_set:
3344
return []
3445
else:

0 commit comments

Comments
 (0)