MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / train

Method train

tensorflow/python/estimator/estimator.py:245–305  ·  view source on GitHub ↗

Trains a model given training data input_fn. Args: input_fn: Input function returning a tuple of: features - `Tensor` or dictionary of string feature name to `Tensor`. labels - `Tensor` or dictionary of `Tensor` with labels. hooks: List of `SessionRunHook` subcla

(self,
            input_fn,
            hooks=None,
            steps=None,
            max_steps=None,
            saving_listeners=None)