From 310014203599e6ba8bd925a5d1692de5d4a31407 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 15 Dec 2020 04:18:53 +0000 Subject: [PATCH] String to int --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index cf2668e..7ce5d2d 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,