Skip to content

Instantly share code, notes, and snippets.

@shrubb
Created June 22, 2023 13:13
Show Gist options
  • Save shrubb/ebf6a13c11abc0373f7a4ca58904159f to your computer and use it in GitHub Desktop.
Save shrubb/ebf6a13c11abc0373f7a4ca58904159f to your computer and use it in GitHub Desktop.
Tensorboard launch command
nohup tensorboard --logdir . --samples_per_plugin scalars=500,images=90 --port 8091 --host 0.0.0.0 > tensorboard-log.txt 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment