I'm working with checkpoint files and a model with output/tensors that weren't explicitly named.
I understand how naming works:
Tensorflow: What is the output node name in Cifar-10 model? && How does TensorFlow name tensors?
But I am unsure of how to generate the names from existing checkpoint files (no pb's were generated and I need this in order to get that):
model.ckpt.data-00000-of-00001
model.ckpt.index
model.ckpt.meta
The CNN in question is fast-neural-style