Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tensorboard

How Can I Integrate Tensorboard Visualization To Tf.estimator?

I have classical TensorFlow code for recognizing handwritten digits https://github.com/tensorflow/t… Read more How Can I Integrate Tensorboard Visualization To Tf.estimator?

Add Extra Dimension To An Axes

I have a batch of segmentation masks of shape [5,1,100,100] (batch_size x dims x ht x wd) which I h… Read more Add Extra Dimension To An Axes

What Is The Effect Of Tf.nn.conv2d() On An Input Tensor Shape?

I am studying tensorboard code from Dandelion Mane specificially: https://github.com/dandelionmane/… Read more What Is The Effect Of Tf.nn.conv2d() On An Input Tensor Shape?

Getting A Simple Plot In Tensorboard

I'm trying to a simple plot on tensorboard, just like they have it on homepage, something like … Read more Getting A Simple Plot In Tensorboard