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, 3690 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 If I Would Like To Write An Autoscale Plugin For Other Smaller Cloud Providers (Like

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , I think you can take the existing example of AWS and modify it to use the relevant API/sdk of another provider

one year ago
0 As Soon As I Refactor My Project Into Multiple Folders, Where On Top-Level I Put My Pipeline File, And Keep My Tasks In A Subfolder, The Clearml Agent Seems To Have Problems:

Hi @<1724960468822396928:profile|CumbersomeSealion22> , what was the structure that worked previously for you and what is the new structure?

4 months ago
0 I’M Trying To Build A Leader Board For My Training Tasks, But Apparently There’S None Available With The Current

I'm not sure what you mean by leaderboard, but you can add custom metrics to the smart dashboard and sort by that if this is what you're looking for

2 years ago
0 Hi, For Clearml Self-Hosted, Do We Have A Limit On The Number Of Users Per Workspace? Thanks.

PunyBee36 , in the self-hosted option you aren't limited to a number of users

2 years ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Hi FrustratingShrimp3 , which framework would you like added?

2 years ago
0 Hi Everyone, I Have Been Using Clearml Self Hosted For Experiment Visualisation - Logging Loss And Uploading Debug Samples Etc. Our Clearml Server Is Running On A Aws Instance, With The Fileserver And Databases (Mongo, Redis Etc) On That Instance. We Run

Hi TimelyCrab1 , directing all your outputs to s3 is actually pretty easy. You simply need to configure api.files_server: <S3_BUCKET/SOME_DIR> in clearml.conf of all machines working on it.

Migrating existing data is more difficult since everywhere in the system everything is saved as links. I guess you could change the links in mongodb but I would advise against it.

one year ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

I'll clarify - on the server you have two parts - the clearml folders where all the mongo/elastic/redis data sits and you have the dockers. So, downgrading would mean using previous version dockers. However if you don't have a backup of your data I don't suggest you do this since data might become corrupt (mismatching elastic versions is bad for elastic)

2 years ago
3 years ago
0 Hi Team, I Have Been Trying To Setup Pipeline Using Clearml. I Set Up An Agent In Colab And Also In Ec2. However In Both Cases, The Pipeline Is Pending. I Checked The Logs In The Agent And It Is As Below. Can Someone Help Me Understand What Is Wrong? Fy

Hi @<1552101447716311040:profile|SteadySeahorse58> , if the experiment is still in pending mode it means that it wasn't picked up by any worker. Please note that in a pipeline you have the controller that usually runs on the services queue and then you have the steps where they all can run on different queues - depending on what you set

one year ago
one year ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

What happens if you delete ~/.clearml It's clearml's cache folder

2 years ago
0 Can You Please Tell Me How To Make The Agent Use The Docker Env By Default? Instead Of Creating Venv It Already Has All The Necessary Environment And Libraries Installed

Hi @<1523702932069945344:profile|CheerfulGorilla72> , I think you need to map out the relevant folders for the docker. You can add docker arguments to the task using Task.set_base_docker

one year ago
0 I Guess One Experiment Is Running Backwards In Time

JitteryCoyote63 , projects.get_all_ex is fired when UI is loaded/pages are navigated to.
Regarding the self hosted version channel, usually these things are discussed and revealed in community talks that are done once in a while. Considering that the community server was recently updated I would give an educated guess of a week or two until ClearML self hosted version is released 🙂

2 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 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

3 years ago
2 years ago
2 years ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 You can disable this with the following argument in task.init() - auto_connect_frameworks=False for example:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})You can refer to this documentation for further reading at this https://clear.ml/docs/latest/docs/references/sdk/task#taskinit 🙂

3 years ago
0 Hi, Is It Possible To Delete Tags?

Simply hover over one of the tags, and the small 'x' will come up 🙂

2 years ago
0 Agent And Env Variables (This Is Almost Duplicate

And in what section are you setting the environment?

3 months ago
0 Hi All

Hi AbruptWorm50 ,

You can use a stand alone file, this way the file will be saved to the backend and used every time without needing to clone the repo. What do you think?

2 years ago
0 Good Week Clearml Team

Hi UnevenDolphin73 ,

If I look at a specific experiment (say, the Artifacts tab), and then click on another experiment in the experiment list, it used to automatically show the newly selected experiment's Artifacts tab. It still does this, but it now shows a blank page. I have to choose a different tab and switch back.I think they fixed it in the next version that should be released soon.

(Not sure if by design) When selecting an experiment in a (new) project, it used to automatically swit...

2 years ago
0 Hi All, Any Idea Why Spawned Trainings During Optimization Can End With The Following Message

CurvedHedgehog15 , isn't the original experiment you selected to run against is the basic benchmark?

2 years ago
0 I Have 5 Unarchived Pipeline Runs That Were Defined With This Decorator:

PanickyMoth78 , pipeline tasks are usually hidden. If you go to Settings -> Configuration you will have an option to show hidden projects. This way you can find the projects that the tasks reside in + the pipeline steps

2 years ago
0 Hi, All. How Do I Add Accuracy And Loss Metrics For Tracking In Clearml For Yolo8? And Model Registry After Each Epoch?

Make sure to fetch the logger manually and not construct it yourself 🙂

one year ago
0 Hi, Does Anyone Know If

This is supported by the agent, however not by the SDK itself

one year ago
Show more results compactanswers