We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeae80 commit a74c7cdCopy full SHA for a74c7cd
people-and-planet-ai/geospatial-classification/README.ipynb
@@ -977,7 +977,7 @@
977
"outputs": [],
978
"source": [
979
"model = job.run(\n",
980
- " accelerator_type=\"NVIDIA_TESLA_K80\",\n",
+ " accelerator_type=\"NVIDIA_TESLA_T4\",\n",
981
" accelerator_count=1,\n",
982
" args=[f\"--bucket={cloud_storage_bucket}\"],\n",
983
")"
people-and-planet-ai/geospatial-classification/e2e_test.py
@@ -293,7 +293,7 @@ def train_model(bucket_name: str) -> str:
293
)
294
295
job.run(
296
- accelerator_type="NVIDIA_TESLA_K80",
+ accelerator_type="NVIDIA_TESLA_T4",
297
accelerator_count=1,
298
args=[f"--bucket={bucket_name}"],
299
0 commit comments