-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Initial commit to add AccelModels notebooks from AzureMlCli repo #343
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
Conversation
| **Available models and output tensors** | ||
|
|
||
| The available models and the corresponding default classifier output tensors are below. This is the value that you would use during inferencing if you used the default classifier. | ||
| * Resnet50, QuantizedResnet50 (output_tensors = "classifier_1/resnet_v1_50/predictions/Softmax:0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these are snippets user is supposed to enter as code please use backticks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is updated, can see at new commit https://github.com/Azure/MachineLearningNotebooks/pull/343/files#diff-e8750b7b6ee961ae966efa5c495a175d
| ] | ||
| }, | ||
| { | ||
| "cell_type": "raw", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the markdown rendering of these cells, should it be code instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is updated
rastala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the markdown issues indicated
No description provided.