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.
1 parent 3a11bc1 commit c05d2c0Copy full SHA for c05d2c0
batchglm/train/tf/base_glm_all/estimator.py
@@ -336,10 +336,7 @@ def train_sequence(self, training_strategy):
336
training_strategy = self.TrainingStrategy[training_strategy].value
337
338
if training_strategy is None:
339
- if not self._train_loc:
340
- training_strategy = self.TrainingStrategy.PRE_INITIALIZED.value
341
- else:
342
- training_strategy = self.TrainingStrategy.DEFAULT.value
+ training_strategy = self.TrainingStrategy.DEFAULT.value
343
344
logger.info("training strategy:\n%s", pprint.pformat(training_strategy))
345
0 commit comments