Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tensorboard dev upload in background colab

#run once and setup credentials
!tensorboard dev upload --logdir logs

#run nohup for bg process, watch nohup.out for stdout
!nohup tensorboard dev upload --logdir logs &

#tensorboard dev link can be found in nohup.out log
 
PREVIOUS NEXT
Tagged: #tensorboard #dev #upload #background #colab
ADD COMMENT
Topic
Name
3+5 =