Closed logicmd closed 5 years ago
Hi, I was aware that models are using Keras interface and Tensorflow backend. Can we add logging to enable tensorboard visualization?
Thanks!
That's a good idea.
You may create a tensorboard callback and pass it to fit like in keras. Please consult keras documentation for further details.
fit
Hi, I was aware that models are using Keras interface and Tensorflow backend. Can we add logging to enable tensorboard visualization?
Thanks!