From bda4986547c86c7fc134d7ebf40fc13146da5e5a Mon Sep 17 00:00:00 2001 From: Sahib Julka Date: Mon, 5 Mar 2018 19:05:19 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 178ba31..d7fd2cf 100644 --- a/readme.md +++ b/readme.md @@ -14,5 +14,5 @@ Please download the files and put the data in a new folder `data/`. To reproduce the results please run `python3 script/train.py`. This will train the system for 30,000 training iterations. ## Testing - +The saved weights can be found in the folder `model`. To run the testing please run `python3 script/test.py`.