From b6d660df70be5955a639bfeba4b8a5c8967737fe Mon Sep 17 00:00:00 2001 From: Madhav Khosla <28945483+madhavkhoslaa@users.noreply.github.com> Date: Thu, 22 Aug 2019 20:33:57 +0530 Subject: [PATCH] Fixed typo --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index aaf72e7..fcfd59c 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "Train Data": "/path/to/images", "Annotations Data": "path/to/annotations/", - "Model Save": "path/to/save/model/weights, + "Model Save": "path/to/save/model/weights", "Test Data": "path/to/test/data", "Resolution": "height,width,channel" }