mdeff/cnn_graph

accessing the output of the fully connected layer?

kajocina opened this issue · 0 comments

Hi!

First of all thanks for creating such a nice reproducible example for your repo, you made your algorithm way more accessible.
I have a question regarding accessing the output of the final, fully connected layer in your architecture (I'm not a TF expert). After training the model with my own network and data, I'd like to see how the embeddings encoded in the final layer look like but I don't know where to start.

Can you point me in the right direction? :)

Best,
Piotr