From 211dc83ab4ad8327d46b1f8ac871acc1cba29d38 Mon Sep 17 00:00:00 2001 From: Charly LAMOTHE <lamothe.c@intlocal.univ-amu.fr> Date: Sat, 9 Nov 2019 17:42:18 +0100 Subject: [PATCH] Fix a spelling mistake in train.py. --- code/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/train.py b/code/train.py index dca0b21..4faff6e 100644 --- a/code/train.py +++ b/code/train.py @@ -125,7 +125,7 @@ if __name__ == "__main__": logger.info('Experiment id: {}'.format(experiment_id)) """ - If the experiment configuration isn't comming from + If the experiment configuration isn't coming from an already existing file, save it to a json file to keep trace of it. """ -- GitLab