【发布时间】:2019-04-14 16:41:33
【问题描述】:
我正在运行 Google Colab 笔记本并尝试捕获 TPU 分析数据以在 TensorBoard 中使用,但是在运行我的 TensorFlow 代码时我无法让 capture_tpu_profile 在后台运行。
到目前为止,我尝试在后台运行捕获过程:
!capture_tpu_profile --logdir=gs://<my_logdir> --tpu=$COLAB_TPU_ADDR &
和
!bg capture_tpu_profile --logdir=gs://<my_logdir> --tpu=$COLAB_TPU_ADDR
【问题讨论】:
标签: python tensorflow google-colaboratory google-cloud-tpu