我正在运行一个 Google Colab 笔记本并试图捕获 TPU 分析数据以在 TensorBoard 中使用,但是capture_tpu_profile
在运行我的 TensorFlow 代码时我无法在后台运行。
到目前为止,我尝试在后台运行捕获过程:
!capture_tpu_profile --logdir=gs://<my_logdir> --tpu=$COLAB_TPU_ADDR &
和
!bg capture_tpu_profile --logdir=gs://<my_logdir> --tpu=$COLAB_TPU_ADDR