I am basically saving checkpoints ( so thing like totch.save( http://foo.pt )) and the output_ur=
s3://bucket/folder
Oh, I see your issue - if you're not using the AWS S3, the output_uri
must contain your hostname
Hi AgitatedTurtle16 , what exactly did you use for output_uri
?
Did you update the required credentials in the clearml.conf
file?
SuccessfulKoala55 , Yes absolutely, i have this section:
` "sdk":{
aws: {
s3: {
credentials: [
{
bucket: xxxx,
key: "xxx",
secret: xxxx,
host: "xxxxx",
secure: true,
},
]
}
}
} `
Otherwise ClearML will think you wish to upload to AWS...
hostname and port, that is, in your case, so output_uri=s3://<hostname>:port/bucket/folder