I have a graph in Tensor flow and I would like to see the total number of trainable parameter it has in Tensor board.
I have trained the model and saved it, and then i launch tensor board where i can see details of training, graph, etc... but I do not see the total number of parameters. Is there any way to do this?
I have seen posts where they count using tf.trainable_variables()
, but isn't there any easier way in tensor board?