Skip to content

Commit 5b47c8b

Browse files
Jianwei Xietensorflower-gardener
authored andcommitted
Improve the docstring in Experiment
PiperOrigin-RevId: 156097464
1 parent 0bc0566 commit 5b47c8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow/contrib/learn/python/learn/experiment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ def continuous_train_and_eval(self,
511511
(via constructor). The model will be first trained for
512512
`train_steps_per_iteration`, and then be evaluated in turns.
513513
514+
This method is intended for single machine usage.
515+
514516
This differs from `train_and_evaluate` as follows:
515517
1. The procedure will have train and evaluation in turns. The model
516518
will be trained for a number of steps (usuallly smaller than `train_steps`

0 commit comments

Comments
 (0)