Unanswered
Hi Everyone,
I'Ve Set Up A Clearml Server On Aws Ec2 And Configured Output_Uri To Log Everything To S3. However, I Just Noticed That The Input Model Captured By Clearml Is Being Stored On The Ec2 Instance Instead Of S3.
Is it because your training code download the pretrain model from pytorch or whatever, to local disk in /tmp/xxx
then train from there ? so ClearML will just reference the local path.
I think you need to manually download the pre-train model, then wrap it with Clearml InputModel (eg here )
And then use that InputModel as pre-train ?
May be clearml staffs have better approach ? CostlyOstrich36 SuccessfulKoala55
5 Views
0
Answers
4 days ago
4 days ago