Harshil Patel

Results 1 comments of Harshil Patel

You can use tensorboard callback too.. Make sure you have loss and accuracy in `metrics` in `model.compile`. And add the following lines to your `def create_model():` ``` tensorboard = TensorBoard(log_dir="logs/model@{}".format(int(time.time())))...