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
CostlyOstrich36
Moderator
0 Questions, 3782 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

3 years ago
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , If you mean storage secrets (aws,azure, etc..) then you can configure them in your ~/clearml.conf πŸ™‚

3 years ago
0 Hi, In The Context Of Multi-Gpu Training, Is

I think it should work fine, please update πŸ™‚

3 years ago
0 Does Any One Know This Error While Running A Pipeline:

Is it possible the machines are running out of memory? Do you get this error on the pipeline controller itself? Does this constantly reproduce?

one year ago
one year ago
0 Does Any One Know This Error While Running A Pipeline:

Hi @<1559711623147425792:profile|PlainPelican41> , How are you running the pipeline? Where is agent running ?

one year ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , please take a look at add_pipeline_tags in
None

one year ago
0 Hi, With A Given Task Id, How Do I Get All The Information Of The Tab "Info" In The Python Sdk ? I Struggle To Find That In The Doc

Hi @<1576381444509405184:profile|ManiacalLizard2> , I would suggest playing with the Task object in python. You can do dir(<TASK_OBJECT>) in python to see all of it's parameters/attributes.

one year ago
0 Hey Everyone, Please Could I Have A Volunteer To Help Me With This

Hi, SuperiorPanda77 , this looks neat!
I could take a look on a windows machine if it helps πŸ™‚

2 years ago
0 Hey Everyone, First Q

Hi @<1710827348800049152:profile|ScantChicken68> , I'd suggest first reviewing the onboarding videos on youtube:
None
None

After that, I'd suggest just adding the Task.init() to your existing code to see what you're getting reported. After you're familiar with the basics then I'd suggest going into the orchestration/pipelines features πŸ™‚

6 months ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

Thanks FiercePenguin76
We will update the roadmap and go into details on the next community Talk (in a week from now, I think)
Regrading clearml-serving, Yes! we are actively working on it internally, but we would love to get some feedback, I thinkΒ  AnxiousSeal95 Β would appreciate itΒ  πŸ˜‰

3 years ago
2 years ago
0 Hi! For

MelancholyElk85 , you can specify the uri for that in your ~/clearml.conf file under sdk.development.default_output_uri

Please note that you don't provide target storage for InputModel since it's an input, and can be used only as an existing object in the system πŸ™‚

3 years ago
0 Hi! For

All output models in the script, that is πŸ™‚

3 years ago
0 Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

one year ago
0 Is There A Way To Generate Usage Stats And Reports For Queues? For Example, How Often Is A Queue Used, How Much Cpu Does

Hi UnevenDolphin73 , can you please elaborate on what do you mean by what CPU does the queue consume?

You can pull all machine usage statistics using the API. Is there something specific you're looking for?

2 years ago
Show more results compactanswers