Unanswered
After Saving Models During Training I Cant Reuse The Same Task To Continue Training
Is There Any Way To Continue Task Even Though There Are Models Saved?
Alternatively Is There Any Way To Make Torch.Save Not Automatically Save The Model?
If it interests you this seems to worklast_task = Task.get_task(project_name="playground-sandbox", task_name='foo2') task = Task.init(project_name="playground-sandbox", task_name='foo2', continue_last_task=last_task.id if last_task else None)
178 Views
0
Answers
3 years ago
one year ago