From ba214b41955561ddc2b60fa9ce5d5c9f08434778 Mon Sep 17 00:00:00 2001 From: gmollard <guillaume.mollard2@gmail.com> Date: Wed, 15 May 2019 13:25:35 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b0bee..423ece5 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ To start a grid search on some parameters, you can create a folder containing a Then, you can modify the config.gin file path at the end of the grid_search_train.py file. The results will be stored inside the folder, and the learning curves can be visualized in -tensorboard: `tensorboard --logdir=/path/to/foler_containing_config_gin_file`. \ No newline at end of file +tensorboard: +`tensorboard --logdir=/path/to/foler_containing_config_gin_file`. \ No newline at end of file -- GitLab