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
Profile picture
CrabbyKoala94
Moderator
4 Questions, 20 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

20 × Eureka!
0 Votes
4 Answers
415 Views
0 Votes 4 Answers 415 Views
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 ...
7 months ago
0 Votes
26 Answers
521 Views
0 Votes 26 Answers 521 Views
Hello I was trying to download the task log using API in Python I'm using client.events.download_task_log(task="task_id_string") but for some reason I always...
one year ago
0 Votes
4 Answers
576 Views
0 Votes 4 Answers 576 Views
Hello Everyone, I was wondering - is it possible to get info using API of how much space experiments take? I'm mostly interested in the logs sizes. I was pla...
one year ago
0 Votes
15 Answers
518 Views
0 Votes 15 Answers 518 Views
Hello, Since I started using ClearML I have a problem with using "download full log" button on console output page for experiments. Each time I try to click ...
one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

I'm not sure I got it, sorry

I'm actually running the script from my local PC with clearml-init initialized using credentials generated on ClearML settings webpage (where you generate app credentials)

one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

I see
Thanks for explanation!

And are there any updates about downloading logs from UI bug? 🙂

one year ago
0 Hi I Wanted To Use Method Task.Reset() Or Task.Delete() However None Of That Seems To Be Able To Delete

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?

7 months ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

Perhaps it is connected with the issue mentioned here (since I authenticate with the same credentials)
https://clearml.slack.com/archives/CTK20V944/p1652351085434649

one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

Hi SuccessfulKoala55 !
Any update regarding pushing new version with a fix? 🙂

one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

SuccessfulKoala55 it's working!
Thank you very much for letting me know 😄

one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

Ah, I was actually going to ask whether this is for sure related to my issue but I figured - nah, it must me be who is not getting it 😄

one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

For some reason it does not work for me 😕
req_obj = client.events.DownloadTaskLogRequest(clearml_task.id) AttributeError: 'Events' object has no attribute 'DownloadTaskLogRequest'

one year ago
one year ago
0 Hello I Was Trying To Download The Task Log Using Api In Python I'M Using

After fixing imports I was able to successfully run the code
Thanks a lot!

However I'm still curious why the first option I pasted in the original message did not work + do you have any update about the issue when downloading logs from the UI?

one year ago
0 Hi I Wanted To Use Method Task.Reset() Or Task.Delete() However None Of That Seems To Be Able To Delete

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!

7 months ago