Last active
July 26, 2021 03:02
-
-
Save GoingMyWay/e6f77d144762c9afbf28d5c354809588 to your computer and use it in GitHub Desktop.
TensorBoard helpful commands
This file contains 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
#!/bin/bash | |
echo "[INFO] Starting running tensorboard from logpath $1" | |
tensorboard --logdir $1 --host 0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, now you need only type like this
Saving time.
Installation