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...] |