GiganticTurtle0
What do you mean by "reuse_last_task_id" ? each component is always a new Task generated (unless it is cached, and then it will reuse the previous executed)
What am I missing here?
Ok, so it doesn't follow the exact same rules as Task.init
? I was afraid all the logs and outputs of a hyperparameter optimization task would be deleted just because no artifacts were created.
Ok, so it doesn't follow the exact same rules as
Task.init
?
Correct
I was afraid all the logs and outputs of a hyperparameter optimization task would be deleted just because no artifacts were created. (edited)
Should not happen 🙂