tensorboard dev upload in background colab

Solutions on MaxInterview for tensorboard dev upload in background colab by the best coders in the world

showing results for - "tensorboard dev upload in background colab"
Yassine
08 Feb 2016
1#run once and setup credentials
2!tensorboard dev upload --logdir logs
3
4#run nohup for bg process, watch nohup.out for stdout
5!nohup tensorboard dev upload --logdir logs &
6
7#tensorboard dev link can be found in nohup.out log