aws-samples / sagemaker-101-workshop

Hands-on demonstrations for data scientists exploring Amazon SageMaker
76 stars 47 forks source link

feat(nlp): update PyTorch alt NLP to FastText #9

Closed athewsey closed 3 years ago

athewsey commented 3 years ago

Issue #, if available: #1

Description of changes:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

yudho commented 3 years ago

Tested successfully on these scenarios: Tensorflow Local Studio CPU kernel OK Tensorflow Sagemaker Studio CPU kernel OK PyTorch Local Studio CPU kernel OK PyTorch SageMaker Studio CPU kernel OK Tensorflow Local Notebook CPU instance OK Tensorflow Sagemaker Notebook CPU instance OK PyTorch Local Notebook CPU instance OK PyTorch SageMaker Notebook CPU instance OK

The prediction results are also reasonable.

The test does not include running it in local GPU environment for neither Studio nor Notebook.

The changes look good.