Skip to content

Commit 4beaaa0

Browse files
authored
Update base_train.py
1 parent f9f08bc commit 4beaaa0

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)