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