You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: