![Google colab 本地运行时 GPU 使用情况?](https://linux22.com/image/1608281/Google%20colab%20%E6%9C%AC%E5%9C%B0%E8%BF%90%E8%A1%8C%E6%97%B6%20GPU%20%E4%BD%BF%E7%94%A8%E6%83%85%E5%86%B5%EF%BC%9F.png)
我在 Windows 10 系统上安装了 Quadro P3000 GPU。我想使用 google colab 在本地运行时编写我的 python 代码。
我如何确保使用 GPU 加速?
答案1
Google Colab 是 Google 的一项在线服务,我认为它不能安装在本地机器上。我猜你正在寻找的可能是 Jupyter 笔记本和 TensorFlow。试试 Anaconda Python tensotflow-gpu
。这是在本地机器上使用 TensorFlow 和 GPU 的最简单方法。