LostTech.TensorFlow : API Documentation

Type ISequentialHeadWrapper

Namespace tensorflow_estimator.python.estimator.head.sequential_head

Interfaces I_SequentialHead

Public instance methods

object create_estimator_spec(object features, object mode, object logits, object labels, object optimizer, object trainable_variables, object train_op_fn, object update_ops, object regularization_losses)

object update_metrics(object eval_metrics, object features, object logits, object labels, object regularization_losses)

Public properties

object static_head get;