Skip to content

Commit 3840e7c

Browse files
authored
Merge pull request #8 from 3ammor/patch-2
Update base_train.py
2 parents 87c83c4 + 1968bcd commit 3840e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/base_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def train_epoch(self):
2323
"""
2424
implement the logic of epoch:
2525
-loop ever the number of iteration in the config and call teh train step
26-
-add any summaries you want using the sammary
26+
-add any summaries you want using the summary
2727
"""
2828
raise NotImplementedError
2929

0 commit comments

Comments
 (0)