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, 4175 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi, Is There A Way To Forbid Uploading Datasets Into Fileserver Or To Make S3 Storage A Default Location For Datasets? As Far As I Know, The Only Way To Upload Dataset To The S3 Storage Is To Use

ContemplativeGoat37 , Hi ๐Ÿ™‚

You can do the following configuration in your ~/clearml.conf
sdk.development.default_output_uri: " s3://my_bucket/ "

3 years ago
0 Seems Like Clearml Tasks In Offline Mode Cannot Be Properly Closed, We Get

Hi @<1523701083040387072:profile|UnevenDolphin73> , looping in @<1523701435869433856:profile|SmugDolphin23> & @<1523701087100473344:profile|SuccessfulKoala55> for visibility ๐Ÿ™‚

2 years ago
0 Hi Everyone, I Am Having A Few Problems With The Ui: 1. I Uploaded An Optimization Task Yesterday - And I See It Running, But The Hyper-Parameter Optimization App Disappeared From The Ui. I Managed To Access It Only In An Indirect Way - Through The Worker

AbruptWorm50 , you can send me. Also can you please answer the following two questions?
When were they registered? Were you able to view them before?Also, you mention plots but in the screenshot you show debug samples. Can I assume you're talking about debug samples?

3 years ago
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 Is It Possible To Add Just A String Or Some Other Object As An Artifact? If Yes, Then How?

Yes & Yes.
task.upload_artifact('test_artifact', artifact_object='foobar')
You can save a string, however please note that in the end it will be saved as a file and not a pythonic object. If you want to keep your object, you can pickle it ๐Ÿ™‚

3 years ago
0 What What I Can See, There Is No Task Status

That sounds like a good idea! Can you please open a GitHub issue to track this?

2 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Also, I think that maybe there is a bug with the CPU mode: I tried to run tests with instance without GPU , marked the option "Run in CPU mode (no gpus)" and I saw on the experiment logs that its trying to run the docker with "--gpus all" option and failed right after the execution.

Which instance type did you use?

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

You can mix and match various buckets in your ~/clearml.conf

3 years ago
0 Im Trying To Run This Exmple :

Can you please provide a shareable link?

3 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

` Status: Downloaded newer image for nvidia/cuda:10.2-runtime-ubuntu18.04

1657737108941 dynamic_aws:cpu_services:n1-standard-1:4834718519308496943 DEBUG docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
time="2022-07-13T18:31:45Z" level=error msg="error waiting for container: context canceled" `As can be seen here ๐Ÿ™‚

3 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?

3 years ago
0 Is There Any Way I Can Ensure Specific Python Package Versions Are Being Installed? Basically I Need Torch==2.4.0+Cu124 And Torchvision==0.19.0+Cu124, But I Think Certain Other Packages (Not Sure Which, Suspecting Either Clearml Or Ultralytics) Are Instal

Hi @<1736919317200506880:profile|NastyStarfish19> , the default behaviour of the agent will install everything in the 'installed packages' section in the execution tab. You can also specify packages manually using Task.set_packages - None

one year ago
0 Hi, I Installed The Open-Source Version Of Clearml But Couldn'T Connect Using The Admin Role. Can You Assist Me With This? I Want To Set Resource Config And Couldn'T Find It

No, resource configuration allows you higher level of control over different resources - None

I suggest you review the agent setup & deployment docs - None

Then you can view all the connected nodes through the orchestration tab - None

7 months ago
0 Two Simple Lineage Related Questions:

RoughTiger69 So basically (If I follow your example), the question is whether ClearML "knows" Task B" is a clone of "Task A"?
And if the loaded Dataset Y, is somehow registered on Task X?
Is that correct?

3 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

From the screenshots provided you ticked 'cpu' mode AND I think the machine that you're using n1-standard-1 is a cpu only machine, if I'm not mistaken.

3 years ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

I think that's what's there. In the Scale & Enterprise version ClearML usually works together with customers to provide a glue layer for K8s or even SLURM

2 years ago
0 How Can I Check Which Experiments Are Using The Most Metrics? And Does Archiving Those Experiments Save Some Space?

Hi @<1581454875005292544:profile|SuccessfulOtter28> , using the most metrics you mean how much metric space it takes?

Archiving doesn't remove anything, but once archived, you can delete experiments to free up space

one year ago
0 Hey Good Morning! Question Regarding Clearml Server Storage. Currently We Are Hosting A Clearml Server Using The Default Configured Http Fileserver. We Would Like To Migrate The Server To Aws And Use A S3 Storage. Would There Be A Way To Transfer All Arti

Hi @<1799974757064511488:profile|ResponsivePeacock56> , in that case I think you would need to actually migrate the files from files server to S3 and then also change the links logged in MongoDB associated to the artifacts.

3 months ago
0 Any Tips Running My First Tasks In

@<1787653555927126016:profile|SoggyDuck67> , can you try setting the binary to 3.11 instead of 3.10?

8 months ago
Show more results compactanswers