From 82ff80f61b524e1e9dfd55636bf471f1f4bb0045 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 15 Dec 2020 04:19:58 +0000 Subject: [PATCH] Int to Str --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 7ce5d2d..cf2668e 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { "aggregation_labels": { - 0: "NONE", - 1: "SUM", - 2: "AVERAGE", - 3: "COUNT" + "0": "NONE", + "1": "SUM", + "2": "AVERAGE", + "3": "COUNT" }, "aggregation_loss_weight": 1.0, "aggregation_temperature": 1.0,