HomeSort by relevance Sort by last modified time
    Searched refs:fix_global_step_increment_bug (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dnn_linear_combined.py 56 "Please set fix_global_step_increment_bug=True and update training steps "
199 fix_global_step_increment_bug = params.get(
200 "fix_global_step_increment_bug", True)
342 increment_global_step=not fix_global_step_increment_bug))
355 increment_global_step=not fix_global_step_increment_bug))
358 if fix_global_step_increment_bug:
375 Note: New users must set `fix_global_step_increment_bug=True` when creating an
395 fix_global_step_increment_bug=False) variable in class:DNNLinearCombinedEstimator
411 fix_global_step_increment_bug=False,
415 Note: New users must set `fix_global_step_increment_bug=True` when creatin
576 fix_global_step_increment_bug=False) variable in class:DNNLinearCombinedClassifier
898 fix_global_step_increment_bug=False) variable in class:DNNLinearCombinedRegressor
    [all...]
dnn_linear_combined_test.py     [all...]

Completed in 157 milliseconds