amazon-sagemaker-examples icon indicating copy to clipboard operation
amazon-sagemaker-examples copied to clipboard

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

Results 317 amazon-sagemaker-examples issues
Sort by recently updated
recently updated
newest added

please correct me if I'm mistaken, but i think the first value is the ground truth. *Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an...

*Description of changes:* extenstion -> extension *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If...

**Link to the notebook** In the code below I am clearly passing a different instance type where I want to deploy my trained moedl ``` finetuned_predictor = estimator.deploy( instance_type='ml.g5.48xlarge', #NOTE:...

Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.126.0 to 2.218.0. Release notes Sourced from sagemaker's releases. v2.218.0 Features set default allow_pickle param to False Bug Fixes and Other Changes properly close files in lineage...

type: dependencies

Bumps [transformers](https://github.com/huggingface/transformers) from 4.25.1 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

type: dependencies
python

**Describe the use case example you want to see** I would like to know how can I use Tensorboard with SagemakerJumpstart. Could you please provide an example? If you could...

*Issue #, if available:* 4593 *Description of changes:* Updated to the new CSVSerializer *Testing done:* Yes ## Merge Checklist _Put an `x` in the boxes that apply. You can also...