LostTech.TensorFlow : API Documentation

Type WarmStartSettings

Namespace tensorflow_estimator.python.estimator.estimator

Parent PythonObjectContainer

Interfaces IWarmStartSettings

Public static methods

WarmStartSettings NewDyn(object ckpt_to_initialize_from, ImplicitContainer<T> vars_to_warm_start, object var_name_to_vocab_info, object var_name_to_prev_var_name)

Creates a `SensitivityAtSpecificity` instance.

Public properties

object ckpt_to_initialize_from get; set;

object PythonObject get;

object var_name_to_prev_var_name get; set;

object var_name_to_vocab_info get; set;

object vars_to_warm_start get; set;