tensorflow inspect command
Usage
guild tensorflow inspect [OPTIONS] PATH
Inspect a TensorFlow checkpoint or graph.
PATH
is the path to the checkpoint file (usually ending in
.ckpt
) or to a protobuf seralized graph (usually ending in
.pb
).
Options
--tensor-name NAME | Name of the tensor to inspect. |
---|---|
--all-tensors | Print the values of all the tensors. |
--all-tensor-names | Print the name of all the tensors |
--help | Show command help and exit. |
Guild AI version 0.6.0.dev2