Tensorboard summary writing for few params
Using this code on GPU, was not logging "learning_rate" and "gradient norm" etc. We need to use simple "tf.summary.scalar" instead of contrib one to log these params. Tested on Tensorflow 1.14.
Showing
Please register or sign in to comment