tf.contrib.learn.BaseEstimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None)
See Trainable
.
Raises:
-
ValueError
: Ifx
ory
are notNone
whileinput_fn
is notNone
. -
ValueError
: If bothsteps
andmax_steps
are notNone
.
Please login to continue.