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 Is There A Way To Programatically Access The Tasks A

WackyRabbit7 I don't believe there is currently a 'children' section for a task. You could try managing the children to access them later.

One option is add_pipeline_tags(True) this should mark all the child tasks with a tag of the parent task

3 years ago
0 Was There Any Changes To Clearml Python Sdk In The Past 24 Hours?

What do you mean? You control which version of the SDK you install (unless you just go for the latest)

2 years ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

Do you mean if they are shared between steps or if each step creates a duplicate?

2 years ago
0 I Have Some Code That Launches Ml Tasks And It Accepts A Yaml File,

UnevenDolphin73 , Hi!

I would avoid using cache_dir since it's only a cache. I think using S3 or the fileserver with Task.upload_artifact() is a nice solution

Also what do you mean by 'augment' arguments?

3 years ago
3 years ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

Also a good read are the environment variables - I think those also allow you some advanced capabilities
None

one year ago
one year ago
0 Also, Does You Guys Support User Authentication? In The Documentation -

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm afraid this is only option for the open source version. In the Scale/Enterprise licenses there are SSO/LDAP integrations

one year ago
0 Hi There, Is There A Way To Debug The Bash Init Script For The Aws Autoscaler? I Can'T Find Any Console Output From This Script When A New Ec2 Instance Is Launched

Hi @<1759749707573235712:profile|PungentMouse21> , you should be able to access machine logs from the autoscaler, this should give you a place to search

one month ago
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

Hi @<1584716355783888896:profile|CornyHedgehog13> , you can only see a list of files inside a dataset/version. I'm afraid you can't really pull individual files since everything is compressed and chunked. You can download individual chunks.

Regarding the second point - there is nothing out of the box but you can get a list of files in all datasets and then compare if some file exists in others.

Does that make sense?

one year ago
0 Soooo… The Tooltip For Some Buttons In The Webui Hides The Actual Buttons

Hi @<1523701083040387072:profile|UnevenDolphin73> , can you list/show which buttons it affects and how?

one year ago
0 Hi, I'Ve Added External Links To The A

Hi OutrageousSheep60 , how did you add external links to a dataset? Can you provide a snippet?

2 years ago
0 Hi ! I ’Ve Got This Error

Hi ReassuredArcticwolf33 , what are you trying to do and how is it being done via code?

2 years ago
0 Hi, Can I Do Integrate My Vault With Clearml?

Hi @<1523701260895653888:profile|QuaintJellyfish58> , can you please elaborate? Vault feature is only part of the Scale/Enterprise licenses

one year ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

@<1523701181375844352:profile|ExasperatedCrocodile76> , I think you need to set agent.package_manager.system_site_packages: True
In clearml.conf

ClearML doesn't assume that you have all the necessary packages installed so it does need to have some sort of basis for the packages to install

one year ago
0 [Clearml-Session Question] Why Does Jupyter Lab Have Only Token In Url While Code-Server Doesn’T?

Hi @<1524922424720625664:profile|TartLeopard58> , can you elaborate on what do you mean by code-server?

one year ago
0 Hi There, I Would Like To Know How We Can Pass An Environment Variable For The Running Script When The Script Is Run Remotely By An Agent?

Hi @<1529995795791613952:profile|NervousRabbit2> , if you're running in docker mode you can easily pass it in the docker_args parameter for example so you can set env variables with -e docker arg

one year ago
one year ago
0 Hi, I Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

Hi @<1594863230964994048:profile|DangerousBee35> , using the UI uses API calls, agents listening to a queue send API calls and also the applications send API calls all the time while running

one year ago
0 Hi, I’M Trying To Minimize Startup Time For My Training Tasks, I’Ve Set

You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster

2 years ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

I think it depends on your code and the pipeline setup. You can also cache steps - avoiding the entire need to worry about artifacts.

2 years ago
0 I Encountered A Weird Edge Case With The Aws Auto-Scaler, Wondering If There Are Any Solutions Or If This Is A Known Issue. Something As Follows Happened:

UnevenDolphin73 , that's an interesting case. I'll see if I can reproduce it as well. Also can you please clarify step 4 a bit? Also on step 5 - what is "holding" it from spinning down?

2 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Didn't have a chance to try and reproduce it, will try soon 🙂

2 years ago
Show more results compactanswers