
Reputation
Badges 1
6 × Eureka!maybe the arguments is simply passed to Task.init()
self._trains = Task.init( project_name=project_name, task_name=task_name, task_type=task_type, reuse_last_task_id=reuse_last_task_id, output_uri=output_uri, auto_connect_arg_parser=auto_connect_arg_parser, auto_connect_frameworks=auto_connect_frameworks, auto_resource_monitoring=auto_resource_monitoring )
In my case, I write codes and run single batch train-val, which contains model saving, in developing phase. I want TRAINS to overwrite the dev runs for keeping dashboard clean.
I would likeĀ to confirmĀ just inĀ case.
In the desired behavior, reuse_last_task_id=True
forces it for any intervals?
if you have any idea to reuse id even if models are outputted, please tell me thx
I don't mean continuous training but I want to know about your plans for it š
oh I got it. my codes output models and the task catch it automatically.