Int to Str
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"aggregation_labels": {
|
3 |
-
0: "NONE",
|
4 |
-
1: "SUM",
|
5 |
-
2: "AVERAGE",
|
6 |
-
3: "COUNT"
|
7 |
},
|
8 |
"aggregation_loss_weight": 1.0,
|
9 |
"aggregation_temperature": 1.0,
|
|
|
1 |
{
|
2 |
"aggregation_labels": {
|
3 |
+
"0": "NONE",
|
4 |
+
"1": "SUM",
|
5 |
+
"2": "AVERAGE",
|
6 |
+
"3": "COUNT"
|
7 |
},
|
8 |
"aggregation_loss_weight": 1.0,
|
9 |
"aggregation_temperature": 1.0,
|