Skip to content

Commit 7cd01b1

Browse files
committed
spelling
1 parent 5db4909 commit 7cd01b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Usage: ./net datafile [flag value]*
4848

4949
Flags can be used to change the training procedure.
5050
The 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

5454
The following flags are available:

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)