Skip to content

Commit f06b6e7

Browse files
committed
fix ux issue in which dummy dataset should set label to true by default
1 parent bfce941 commit f06b6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lpot/ux/utils/configs/dataloaders.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
{
132132
"name": "label",
133133
"help": "Whether to return 0 as label",
134-
"value": "False"
134+
"value": "True"
135135
}
136136
]
137137
},
@@ -543,4 +543,4 @@
543543
}
544544
]
545545
}
546-
]
546+
]

0 commit comments

Comments
 (0)