OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ckpt_to_initialize_from
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/training/
warm_starting_util.py
364
def warm_start(
ckpt_to_initialize_from
,
374
ckpt_to_initialize_from
: [Required] A string specifying the directory with
401
name of the previously-trained variable in `
ckpt_to_initialize_from
`. If
417
logging.info("Warm-starting from: %s", (
ckpt_to_initialize_from
,))
454
prev_ckpt=
ckpt_to_initialize_from
,
475
checkpoint_utils.init_from_checkpoint(
ckpt_to_initialize_from
, vocabless_vars)
warm_starting_util_test.py
[
all
...]
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
latent_gan_estimator_impl.py
196
ws = estimator.WarmStartSettings(
ckpt_to_initialize_from
=ckpt_dir,
tpu_gan_estimator_test.py
308
warmstart = WarmStartSettings(
ckpt_to_initialize_from
=self._model_dir,
gan_estimator_test.py
410
warmstart = WarmStartSettings(
ckpt_to_initialize_from
=self._model_dir,
Completed in 2674 milliseconds