Open vankhoa21991 opened 4 years ago
Thanks for your answer, how doies it cost when we copy files from s3 to sagemaker, and the latency is also a concern when svs images take more than one GB each image on average.
Hi @vankhoa21991 You can refer to Amazon SageMaker and Amazon S3 pricing at https://aws.amazon.com/sagemaker/pricing/ and https://aws.amazon.com/s3/pricing/ respectively.
Hello, I'm trying to open an svs file in s3 using sagemaker notebook and it doesn't work, my code is like
import openslide
bucket='' data_key = 'abc.svs' data_location = 's3://{}/{}'.format(bucket, data_key) openslide.OpenSlide(data_location)
and I received the answer: OpenSlideUnsupportedFormatError: Unsupported or missing image file