Skip to content

Commit 011a86c

Browse files
authored
typo fixes
1 parent cbec51c commit 011a86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ In a nutshell here's how to use this template, so **for example** assume you wan
5858
def train_epoch(self):
5959
"""
6060
implement the logic of epoch:
61-
-loop ever the number of iteration in the config and call teh train step
62-
-add any summaries you want using the sammary
61+
-loop on the number of iterations in the config and call the train step
62+
-add any summaries you want using the summary
6363
"""
6464
pass
6565

0 commit comments

Comments
 (0)