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

Reputation

0
0 Hey All, I Am Having An Issue With Clearml That Never Happened Before. It Looks Like It Happens On The Version

Hi @<1787653566505160704:profile|EnchantingOctopus35> , what are you running?

6 months ago
0 Hi Community, I Am Trying To Run A Pipeline That Has Only A Single Step Defined As A Task, But I Get A Bizarre Error When I Run

Hi @<1618780810947596288:profile|ExuberantLion50> , can you please a code snippet that reproduces this?

one year ago
0 Hi Folks! Is There A Way To Programmatically Create Users And Groups On A Server? If So, Can Someone Point Me To The Docs? Thanks

I don't believe this is part of the open documentation. In the enterprise there is an admin panel, SSO integration and RBAC on top of all the user management system. All of this is managed via an API like everything else in the system.

May I ask why you need docs on this?

one year ago
0 Hi Community, Is It Possible To Start Two Agents On The Same Machine? If It Is, Can They Read From Two Different Configuration Files? How Can This Be Implemented?

Hi @<1748153283605696512:profile|GreasyPenguin24> , you certainly can. CLEARML_CONFIG_FILE is the environment variable that allows you to use different configuration files

one year ago
0 I'M On The Machine With Clearml Server Hosted. Is There Any Way To See Datasets Uploaded To Clearml Data Without Downloading Them Using Clearml Data?

Regarding viewing the datasets - Can you give an example? I'm not sure I understand how you'd like to view it

Regarding Publish vs Finalize - I think finalize uploads all the files and prepares it for publish. Once published, it should be accessible to other parts(tasks) in the system

3 years ago
0 Hi! I'M Running A Clearml Task Remotely. It Runs A Python Machine Learning Evaluation Script In Repo A. The Script Depends On A Module Which Is Defined In Another One Of My Company'S Repos: Repo B. The File Structure Of The Module In Repo B Is As Follows

Hi @<1614069770586427392:profile|FlutteringFrog26> , if I'm not mistaken ClearML doesn't support running from different repoes. You can only clone one code repository per task. Is there a specific reason these repoes are separate?

2 years ago
0 We Are Getting "Fetch Experiment Failed" In Ui In One Of Projects. Other Projects Are Ok. In

LackadaisicalHedgehong78 , the issue doesn't seem to reproduce on my end with 1.5.0. Can you try upgrading your server?

3 years ago
0 Hi, Can I Default A Docker Image When Running A Pipeline? I Currently Set It As

I just want to verify that it took affect because from my experience the method is task.set_base_docker(docker_image="python:3.9-bullseye")

3 years ago
0 Hi All! I Just Got Started To Learn Things Here, And I Have Some Questions. How Am I Supposed To Do To Perform An Experiment For Training A Model With The Existing Dataset On Clearml Server? So Basically What I'M Trying To Do Here Is To Get An Existing Da

Hi @<1664079296102141952:profile|DangerousStarfish38> , regarding your first question - You need to finalize the dataset.
Regarding the second, my suggestion would be to expose the selected dataset via a hyperparameter. One example would be through argparser

one year ago
0 Hi Everyone Can Clearml Session Be Somehow Saved, If The Host Machine For Docker Container, Where Agents Are Running, Was Rebooted?

Hi @<1715900788393381888:profile|BitingSpider17> , I think this is what you're looking for - None

11 months ago
0 I Have A Docker Container That Have Clearml-Agent Running Inside In Normal Mode. The Agent Take On A Task And Execute It Fine. I Just Want To Somehow Log The Docker Image Version That The Agent Is Running Inside. I Start My Container With Something Like:

Hi @<1576381444509405184:profile|ManiacalLizard2> , is there a specific reason you're running the agent inside a docker container instead of running the agent in docker mode which would make it spin up a container?

2 years ago
0 Hi, How Can I Set Up Clear.Ml To Launch A Worker On Gcp And Then Run The Task On That Worker?

Hi @<1706478691208400896:profile|WearyPelican78> , you can set up a GCP autoscaler for this - None

one year ago
0 Hi, It Seems That Autorefresh Stopped Working For Me. When Checked It Used To Automatically Update Charts In The Scalars Tab And Now It Is Not Happening (Even Though The Box Is Checked) And I Need To Manually Refresh The Page For The Scalars To Update. As

Hi @<1566596960691949568:profile|UpsetWalrus59> , it seems you are correct. Can you please open a github issue to follow up on this? I'm sure it should be fixed fairly quickly 🙂

2 years ago
0 Hi Everyone! Is There A Way To Force An Agent To Clear The Clearml Cache Folder Every Time It’S Done With A Task? I Have A Machine Running Multiple Agents For Training, But The Disk Space Gets Filled Up Quickly Since Every New Task Uses A New Dataset. I S

Hi @<1570220858075516928:profile|SlipperySheep79> , you can set various cache limitations in clearml.conf . The issue you encountered is specifically regarding Datasets? If that is the case, I think this is the section that you're looking for - None

one year ago
Show more results compactanswers