![]() |
Returns list of all variables in the checkpoint.
Aliases:
tf.train.list_variables(ckpt_dir_or_file)
Args:
ckpt_dir_or_file
: Directory with checkpoints file or path to checkpoint.
Returns:
List of tuples (name, shape)
.
![]() |
Returns list of all variables in the checkpoint.
tf.train.list_variables(ckpt_dir_or_file)
ckpt_dir_or_file
: Directory with checkpoints file or path to checkpoint.List of tuples (name, shape)
.