How to save a Pytorch Model directly in s3 Bucket?

后端 未结 0 1502
独厮守ぢ
独厮守ぢ 2021-02-13 00:11

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题