The title says it all - I want to save a pytorch model in an s3 bucket. What I tried was the following:
import boto3 s3 = boto3.client(\'s3\') saved_model = mode