Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

How to get the tensor name #15

Open
lipanpeng opened this issue Jun 1, 2018 · 1 comment
Open

How to get the tensor name #15

lipanpeng opened this issue Jun 1, 2018 · 1 comment

Comments

@lipanpeng
Copy link

I want to extract features with vgg16. I can use "get_tensor_by_name" to get the features of certain layer. Now I don't the exact name of tensor. So how can I get the all the name of tensors in network?

@TetroAlon
Copy link

HI lipanpeng ...
just save the model as ".ckpt" file.

Then you'll have easy access to your network layers.
look here:
https://www.tensorflow.org/programmers_guide/saved_model

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants