作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
colab 提供免费的 TPU。很容易看到给定了多少个内核,但我想知道是否可以查看每个内核有多少内存?
最佳答案
据我所知,我们没有用于访问内存信息的 Tensorflow 操作或类似操作,但在 XRT 中我们有。与此同时,像下面的代码片段会起作用吗?
import os
from tensorflow.python.profiler import profiler_client
tpu_profile_service_address = os.environ['COLAB_TPU_ADDR'].replace('8470', '8466')
print(profiler_client.monitor(tpu_profile_service_address, 100, 2))
输出看起来像:
Timestamp: 22:23:03
TPU type: TPU v2
Utilization of TPU Matrix Units (higher is better): 0.000%
TPUv2 每核 8GB,TPUv3 每核 16GB HBM (
https://cloud.google.com/tpu )。
关于tensorflow - 在 google colab 中,有没有办法检查正在运行的 GPU 版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63009227/
我是一名优秀的程序员,十分优秀!