Skip to content

Commit 1968bcd

Browse files
authored
Update base_train.py
1 parent f9f08bc commit 1968bcd

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)