tf.compat.v1.train.warm_start

View source on GitHub

Warm-starts a model using the given settings.

tf.compat.v1.train.warm_start(
    ckpt_to_initialize_from, vars_to_warm_start='.*', var_name_to_vocab_info=None,
    var_name_to_prev_var_name=None
)

If you are using a tf.estimator.Estimator, this will automatically be called during training.

Args:

Raises: