amazon-sagemaker-examples icon indicating copy to clipboard operation
amazon-sagemaker-examples copied to clipboard

[Content Improvement] Example class_label_to_prediction_index.json

Open robmarkcole opened this issue 3 years ago • 1 comments

Link to the notebook Segmentation jump start

What aspects of the notebook can be improved? Please provide example class_label_to_prediction_index.json contents

What are your suggestions? It is one cell addition and saves searching around

robmarkcole avatar Aug 08 '22 10:08 robmarkcole

for anyone else, example contents:

{"0": 0, "1": 1}

robmarkcole avatar Aug 08 '22 11:08 robmarkcole

Slight improvement on the example content that @robmarkcole made before.

{ "Class0": 0, "Class1": 1, "Class2": 2 }

DeanLawYimWan avatar Aug 04 '23 05:08 DeanLawYimWan