View source on GitHub |
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) .
|