File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Usage: ./net datafile [flag value]*
4848
4949Flags can be used to change the training procedure.
5050The flags require a value to be passed as the following argument.
51- E.g., this is how you traing with a learning rate set to 0.03:
51+ E.g., this is how you train with a learning rate set to 0.03:
5252 ./net datafile -lr 0.03
5353
5454The following flags are available:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void usage(char *argv[]) {
4040 printf ("\n" );
4141 printf ("Flags can be used to change the training procedure.\n" );
4242 printf ("The flags require a value to be passed as the following argument.\n" );
43- printf (" E.g., this is how you traing with a learning rate set to 0.03:\n" );
43+ printf (" E.g., this is how you train with a learning rate set to 0.03:\n" );
4444 printf (" %s datafile -lr 0.03\n" , argv [0 ]);
4545 printf ("\n" );
4646 printf ("The following flags are available:\n" );
You can’t perform that action at this time.
0 commit comments