CloudaYolla
CloudaYolla
I tested the NB using SM Studio: Src: https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_sagemaker_studio/sagemaker_neo_compilation_jobs/pytorch_torchvision/pytorch_torchvision_neo_studio.ipynb ## Issue ``` from sagemaker.model import NEO_IMAGE_ACCOUNT from sagemaker.fw_utils import create_image_uri model_name = name_from_base('TorchVision-ResNet18-Neo') image_uri = create_image_uri(region, 'neo-' + framework.lower(), target_device.replace('_',...
Hi, Thanks for the amazing book. I recently finished the book and started trying out exercises. In this notebook [1], the predictions like "10% cardigan" are not plotted in the...