Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi I Wanted To Use Method Task.Reset() Or Task.Delete() However None Of That Seems To Be Able To Delete

Hi
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.
Is there any way I can preserve the Task but get rid of console logs?

  
  
Posted 11 months ago
Votes Newest

Answers 4


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

  
  
Posted 11 months ago

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

  
  
Posted 11 months ago

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!

  
  
Posted 11 months ago

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?

  
  
Posted 11 months ago
592 Views
4 Answers
11 months ago
11 months ago
Tags