Unanswered
Hi, I Am Trying To Save My Trained Model Weights In S3 Bucket Instead Of Using Clearml Storage When Using Clearml-Task For Ml Training Remotely. I Tried To Use --Skip-Task-Init In Clearml-Task And Set Task.Init In My Scripts, But It Doesn'T Seem To Work.
Hi EnchantingPenguin77 ,settings in task.init() are only applied to a local run, and are ignored when running remotely. In the case of clearml-task you're essentially not running locally at all, only remotely. For that, you can use the --output-uri
clearml-task parameter
208 Views
0
Answers
one year ago
one year ago