Colab Pro从不为我提供超过16 gb的gpu内存

时间:2020-02-24 03:27:58

标签: google-colaboratory

enter image description here

enter image description here

我已经使用colab pro一个月了,但是使用时只有16GB。在右上方,它说它有25GB,但只有16GB。

2 个答案:

答案 0 :(得分:2)

您正在查看GPU内存。通过运行具有以下内容的单元来报告系统内存:

!cat /proc/meminfo

答案 1 :(得分:1)

右上角的RAM是指实例的内存容量(在您的情况下为25.51GB),而不是GPU内存。

要查看GPU内存,请在一个单元格中运行以下命令:!nvidia-smi