Description Usage Arguments Details Value See Also
Helper function that fills in some defaults passed to gce_vm
1 | gce_vm_gpu(..., return_dots = FALSE)
|
... |
arguments passed to gce_vm |
return_dots |
Only return the settings, do not call gce_vm |
If not specified, this function will enter defaults to get a GPU instance up and running.
acceleratorCount: 1
acceleratorType: "nvidia-tesla-p4"
scheduling: list(onHostMaintenance = "TERMINATE", automaticRestart = TRUE)
image_project: "deeplearning-platform-release"
image_family: "tf-latest-cu92"
predefined_type: "n1-standard-8"
metadata: "install-nvidia-driver" = "True"
A VM object
https://cloud.google.com/deep-learning-vm/docs/quickstart-cli
Other GPU instances: gce_check_gpu
,
gce_list_gpus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.