Skip to content

Commit 15ca374

Browse files
committed
removed unused define and corrected some spelling
1 parent 30e5d9b commit 15ca374

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

std_conf.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#define DECREASE_LR 0 // set to 0 to disable decreasing learning rate
5151

5252
#define STD_LEARNING_RATE_DECREASE 100000
53-
#define STD_NUMBER_OF_NO_RECORD_ITERATIONS_UNTIL_LR_DECREASE 1000000
5453

5554
/*
5655
* These defines modify how the program interacts with the user
@@ -71,11 +70,11 @@
7170

7271
/*
7372
* Once the network has been trained it is stored to these files.
74-
* The .net extenction is not to be confused with microsoft,
75-
* it is just an extension i picked that alludes to it being
73+
* The .net extension is not to be confused with microsoft,
74+
* it is just an extension I picked that alludes to it being
7675
* a 'network' in its rawest form. It can be parsed by the program
7776
* but not by the interactive HTML application.
78-
* For that, the .json program is intended to be used.
77+
* For that, the .json file is intended to be used.
7978
*/
8079
#define STD_LOADABLE_NET_NAME "lstm_net.net"
8180
#define STD_JSON_NET_NAME "lstm_net.json"

0 commit comments

Comments
 (0)