fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

Fix missing imports and a changed class name in AWS Sagemaker docs, u… #559

Closed jgreenemi closed 4 years ago

jgreenemi commented 4 years ago

…pdate constructor params to satisfy requirements. (#533)

The Sagemaker SDK has changed the name of one of its classes - RealTimePredictor is now Predictor. Updated preceding Markdown cell to reflect the code change.

Also, PyTorchModel now requires py_version if image_uri is not supplied, and defaults to None rather than to Python 3+ as I would have expected. Nonetheless, added this into the constructor.