Skip to content

Commit ba10aae

Browse files
committed
updated README to include -st instruction
1 parent e90cf00 commit ba10aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here is an example of how it is used. In this example I have hit the "Sample nex
1313
<i>Steps needed to be taken:</i>
1414
<ol>
1515
<li>Train a model</li>
16-
<li>Stop the training process when the model is sufficiently trained. This can be done either by hitting CTRL-C or by editing the code and inserting a stopping condition other than the number of iterations into the function "lstm_train" (in "lstm.c")</li>
16+
<li>Stop the training process when the model is sufficiently trained. This can be done either by hitting CTRL-C. When the program is stopped the network weights are automatically stored. You can also store a network during training, periodically, by starting the program with the '-st' argument.</li>
1717
<li>Load the JSON-file into the GUI</li>
1818
<li>Either sample a character one-by-one using <i>Sample next</i></li>
1919
<li>.. or: Give it a sequence of characters to start it off</li>

0 commit comments

Comments
 (0)