Skip to content

Commit 0c1e636

Browse files
committed
Fix typo: s/labes/label and s/recomand/recommend
1 parent 0c4c8c0 commit 0c1e636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gettingstarted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MNIST Dataset
9696
memory and therefore bypassing the overhead.
9797
Because the datapoints and their labels are usually of different nature
9898
(labels are usually integers while datapoints are real numbers) we
99-
suggest to use different variables for labes and data. Also we recomand
99+
suggest to use different variables for label and data. Also we recommend
100100
using different variables for the training set, validation set and
101101
testing set to make the code more readable (resulting in 6 different
102102
shared variables).

0 commit comments

Comments
 (0)