Created
June 22, 2023 13:13
-
-
Save shrubb/ebf6a13c11abc0373f7a4ca58904159f to your computer and use it in GitHub Desktop.
Tensorboard launch command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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