Skip to content

Commit 8f19f08

Browse files
Fix name (although value is correct) of cityscapes domain tasks.
1 parent 8fcb043 commit 8f19f08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tasks.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,13 @@
149149

150150
tasks_cityscapes_domain = {
151151
"offline": {0: list(range(21))},
152-
"10-5":
152+
"11-5":
153+
{
154+
0: list(range(11)),
155+
1: [11, 12, 13, 14, 15],
156+
2: [16, 17, 18, 19, 20],
157+
},
158+
"11-5":
153159
{
154160
0: list(range(11)),
155161
1: [11, 12, 13, 14, 15],

0 commit comments

Comments
 (0)