From 9a22f5d085c7c4214e468cbde189f95e5fda24e4 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Fri, 26 Jan 2018 12:06:37 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 408f0d88..0019028a 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,15 @@ Currently TTS provides data loaders for - [LJ Speech](https://keithito.com/LJ-Speech-Dataset/) ## Training the network -To run your own training, you need to define a ```config.json``` file (simple template below) and call the following command. +To run your own training, you need to define a ```config.json``` file (simple template below) and call with the command. ```train.py --config_path config.json``` -If you like to use specific GPUs. +If you like to use specific set of GPUs. ```CUDA_VISIBLE_DEVICES="0,1,4" train.py --config_path config.json``` -Each run creates a experiment folder with the corresponfing date and time, under the folder you set in ```config.json```. And if there is no checkpoint yet under that folder, it is going to be removed when you Ctrl+C. +Each run creates an experiment folder with the corresponfing date and time, under the folder you set in ```config.json```. And if there is no checkpoint yet under that folder, it is going to be removed when you press Ctrl+C. Example ```config.json```: ```