Description Usage Arguments Value See Also
Train an estimator on a set of input data provides by the input_fn()
.
1 2 3 4 5 6 7 8 9 10 |
object |
A TensorFlow estimator. |
input_fn |
An input function, typically generated by the |
steps |
The number of steps for which the model should be trained on
this particular |
hooks |
A list of R functions, to be used as callbacks inside the
training loop. By default, |
max_steps |
The total number of steps for which the model should be
trained. If set, |
saving_listeners |
(Available since TensorFlow v1.4) A list of
|
... |
Optional arguments, passed on to the estimator's |
A data.frame of the training loss history.
Other custom estimator methods:
estimator_spec()
,
estimator()
,
evaluate.tf_estimator()
,
export_savedmodel.tf_estimator()
,
predict.tf_estimator()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.