📜  tensorboard dev 在后台上传 colab - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:41.195000             🧑  作者: Mango

代码示例1
#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