Skip to content

Commit 87c83c4

Browse files
authored
Merge pull request #7 from 3ammor/patch-1
Update base_train.py
2 parents f9f08bc + 4beaaa0 commit 87c83c4

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
@@ -5,7 +5,7 @@
55

66

77
class BaseTrain:
8-
def __init__(self, sess, model, data, config,logger):
8+
def __init__(self, sess, model, data, config, logger):
99
self.model = model
1010
self.logger = logger
1111
self.config = config

0 commit comments

Comments
 (0)