I want to be able to delete only the logs since they are taking a lot of space in my case.
I see... I do not think this is possible 😞
You can disable the auto logging though ... pass auto_connect_streams=False
to Task.init
I see 😞
That would be super cool to have - no idea how many people are waiting for it but you know have at least one! 🙂
Thanks for help!
I want to be able to delete only the logs since they are taking a lot of space in my case. I want to leave my plots and the experiment (I don't have big artifacts so I don't really care about those for now) itself in the ClearML but I don't need to keep my logs.
Maybe there is some other way? To preserve the experiment but to free up some space that is taken by the logs?
Hi @<1523707131994312704:profile|CrabbyKoala94>
I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete
only
the logs in the "console" section in the UI.
So Task.reset
will reset the entire outputs of the Task (and the status), as you noticed. Why would you want to just remove the logs?
You can disable the auto logs altogether if you really want to, see Task.init auto_connect_streams argument