I have been sucessfully using tensorflow's tutorial on retraining the final layer to handle new classes and I would like to add some summaries to check how the cross-entropy is evolving.
I have looked into the documentation and tried to replicate it but I wasn't successful. Right now, I can launch tensorboard and see the graph but nothing else is displayed on the other tabs (events, images, histograms).
Has anyone added summaries to the inception retraining example?
Thanks in advance