From a53fa4ac92b90dc1233ed5e27f6f8bf84c6e355e Mon Sep 17 00:00:00 2001 From: Laurent Fainsin Date: Fri, 8 Jul 2022 11:21:39 +0200 Subject: [PATCH] chore: testing with only real pasted sphers Former-commit-id: 6805c289a6bb55d782fedef5233d90f985f19da3 [formerly 2c25bcbd9238002466a341bc131ff636d8d689aa] Former-commit-id: e9de7f78afeb6c3e38b6e7cb392ac3beb25ffb0b --- src/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/train.py b/src/train.py index d111e38..a1e54c8 100644 --- a/src/train.py +++ b/src/train.py @@ -12,7 +12,7 @@ CONFIG = { "DIR_TRAIN_IMG": "/home/lilian/data_disk/lfainsin/train/", "DIR_VALID_IMG": "/home/lilian/data_disk/lfainsin/val/", "DIR_TEST_IMG": "/home/lilian/data_disk/lfainsin/test/", - "DIR_SPHERE": "/home/lilian/data_disk/lfainsin/spheres/", + "DIR_SPHERE": "/home/lilian/data_disk/lfainsin/realspheres/", "FEATURES": [8, 16, 32, 64], "N_CHANNELS": 3, "N_CLASSES": 1,