Image Classification Algorithm Class Activation Map

0

Hey!

I am using SageMaker's built in image classification algorithm and currently have a trained model that can make predictions. I am wondering if there is an easy way to use this model to make a class activation map to better debug my classifier and see why it is making the predictions it is?

Thanks!

asked 5 years ago199 views
2 Answers
0

Hi Steveleo,

Thanks for trying out the image classification algorithm. The trained model from SageMaker built-in image classification is a standard MXNet model. Here is a notebook https://github.com/dmlc/mxnet-notebooks/blob/master/python/how_to/predict.ipynb that you can follow to extract features.

Thanks,
Xiong

AWS
answered 5 years ago
0
AWS
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions