File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
aws_sagemaker_studio/frameworks/tensorflow_mnist Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 137
137
" \n " ,
138
138
" estimator = TensorFlow(entry_point=training_script,\n " ,
139
139
" role=role,\n " ,
140
- " train_instance_count =1,\n " ,
141
- " train_instance_type ='ml.p2.xlarge',\n " ,
140
+ " instance_count =1,\n " ,
141
+ " instance_type ='ml.p2.xlarge',\n " ,
142
142
" framework_version=tf_version,\n " ,
143
- " py_version='py3',\n " ,
144
- " distributions={'parameter_server': {'enabled': True}})"
143
+ " py_version='py3')"
145
144
]
146
145
},
147
146
{
259
258
"source" : [
260
259
" predictor.delete_endpoint()"
261
260
]
261
+ },
262
+ {
263
+ "cell_type" : " code" ,
264
+ "execution_count" : null ,
265
+ "metadata" : {},
266
+ "outputs" : [],
267
+ "source" : []
262
268
}
263
269
],
264
270
"metadata" : {
265
271
"instance_type" : " ml.t3.medium" ,
266
272
"kernelspec" : {
267
273
"display_name" : " Python 3 (Data Science)" ,
268
274
"language" : " python" ,
269
- "name" : " python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-2:429704687514 :image/datascience-1.0"
275
+ "name" : " python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199 :image/datascience-1.0"
270
276
},
271
277
"language_info" : {
272
278
"codemirror_mode" : {
You can’t perform that action at this time.
0 commit comments