smlambdaworkshop icon indicating copy to clipboard operation
smlambdaworkshop copied to clipboard

Building Your Own ML Application with AWS Lambda and Amazon SageMaker

Results 3 smlambdaworkshop issues
Sort by recently updated
recently updated
newest added

Running the following cell in [sms_spam_classifier_mxnet.ipynb](./training/sms_spam_classifier_mxnet.ipynb) notebook errors: ```python from sagemaker.mxnet import MXNet output_path = 's3://{0}/{1}/output'.format(bucket_name, bucket_key_prefix) code_location = 's3://{0}/{1}/code'.format(bucket_name, bucket_key_prefix) m = MXNet('sms_spam_classifier_mxnet_script.py', role=role, train_instance_count=1, train_instance_type='ml.c5.2xlarge', output_path=output_path, base_job_name='sms-spam-classifier-mxnet', framework_version=1.2,...

Very nice workshop! Could be helpful to add cleanup instructions, as this is often nontrivial.