From d3c5ae1bcef4a44cabd5a6b8934d672ad3c634fd Mon Sep 17 00:00:00 2001 From: Tejas Jain <36858630+jaintj95@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:50:55 +0530 Subject: [PATCH] Revert training instance to `ml.p2.xlarge` ml.g4dn.xlarge instance is not available in integrated AWS workspace. This change breaks code for all students who use the integrated workspaces. Reverted to p2.xlarge to avoid issues. --- Project/SageMaker Project.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/SageMaker Project.ipynb b/Project/SageMaker Project.ipynb index 0176740a7..f63ddbdac 100644 --- a/Project/SageMaker Project.ipynb +++ b/Project/SageMaker Project.ipynb @@ -721,7 +721,7 @@ " role=role,\n", " framework_version='0.4.0',\n", " train_instance_count=1,\n", - " train_instance_type='ml.g4dn.xlarge',\n", + " train_instance_type='ml.p2.xlarge',\n", " hyperparameters={\n", " 'epochs': 10,\n", " 'hidden_dim': 200,\n",