Skip to content

Add batch transform to image-classification notebook #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 17, 2018

Conversation

Aloha106
Copy link
Contributor

This adds additional steps to this notebook for batch transformation. The batch section includes:

  • Create a Batch job using part of the validation dataset as input
  • After job completes, check batch prediction results and print some sample output.

" \"ModelName\": model_name,\n",
" \"MaxConcurrentTransforms\": 10,\n",
" \"MaxPayloadInMB\": 6,\n",
" \"BatchStrategy\": \"MultiRecord\",\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be "SingleRecord".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switched to SingleRecord.

@djarpin djarpin merged commit db3e8b5 into aws:master Sep 17, 2018
atqy pushed a commit to atqy/amazon-sagemaker-examples that referenced this pull request Aug 16, 2022
* refactored index_reader

* abstractmethod in parent class
atqy pushed a commit to atqy/amazon-sagemaker-examples that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants