File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments