配置 Google Compute Engine 虚拟机实例

Configure Google Compute Engine VM Instance

我在 PC 的 debian 10 上使用 c ++ 使用 OpenCV 创建了一个应用程序。此应用程序使用 cpu 和 gpu 来识别对象,并使用本地数据库将数据和图像存储在本地磁盘上。现在,我想迁移一个 GCP。

我应该使用哪个 GCP Compute Engine VM 实例来让我的应用程序在云中运行?

您必须 add a GPU to your VM instance when creating one (you have several to choose from 取决于您的实例所在的区域)或者您可以稍后添加。

您还提到了数据库 - 根据您需要的性能来决定 what kind of disk you need (standard vs ssd). Also - if your DB is very IOPS sensitive keep in mind that it changes with disk size.