What's the hardware spec for Google Colaboratory?

会有一股神秘感。 提交于 2019-11-27 00:38:19

问题


I load some (not so) big data into it. A compressed file at 9GB. It can't decompress because the disk space is not enough.

What's the current hardware spec? What's the disk size?


回答1:


You can see the disk information using a command like !df -h. To see CPU specs, !cat /proc/cpuinfo. For memory, !cat /proc/meminfo.

Here's an example notebook: https://colab.research.google.com/notebook#fileId=1_x67fw9y5aBW72a8aGePFLlkPvKLpnBl




回答2:


Here I run some test.

https://colab.research.google.com/notebook#fileId=1dint4ly-7h8Trw0XRJ1uhC_VKe_wDJfY

In short:

  • n1-highmem-2 instance
  • 2vCPU @ 2.2GHz
  • 13GB RAM
  • 33GB Free Space
  • idle cut-off 90 minutes
  • maximum 12 hours

Feb/2019 Update:

  • GPU instance upgraded to 350 GB



回答3:


I ran few tests and found ,

GPU: 1xTesla K80 , compute 3.7, having 2496 CUDA cores , 12GB GDDR5 VRAM

CPU: 1xsingle core hyper threaded Xeon Processors @2.3Ghz i.e(1 core, 2 threads)

RAM: ~12.6 GB Available

Disk: ~33 GB Available

you can see it here https://colab.research.google.com/drive/151805XTDg--dgHb3-AXJCpnWaqRhop_2



来源:https://stackoverflow.com/questions/47805170/whats-the-hardware-spec-for-google-colaboratory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!