Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created November 25, 2018 19:00
Show Gist options
  • Save cobanov/b539d8821f238f2c75df66ded0fa7eb4 to your computer and use it in GitHub Desktop.
Save cobanov/b539d8821f238f2c75df66ded0fa7eb4 to your computer and use it in GitHub Desktop.
kerasboard = TensorBoard(log_dir="/tmp/tensorboard/{}".format(time),
batch_size=batch_size,
histogram_freq=1,
write_grads=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment