We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9f08bc + 4beaaa0 commit 87c83c4Copy full SHA for 87c83c4
base/base_train.py
@@ -5,7 +5,7 @@
5
6
7
class BaseTrain:
8
- def __init__(self, sess, model, data, config,logger):
+ def __init__(self, sess, model, data, config, logger):
9
self.model = model
10
self.logger = logger
11
self.config = config
0 commit comments