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

Reputation

0
0 Hi. Is There An Api Endpoint That Returns Active Users On The Clearml Server?

I would suggest opening dev tools (F12) and then filtering in the UI and see what is sent there

one year ago
0 Had A Few Questions About The Auto Scaler:

Hi PerplexedElk26 , It seems you are correct. This capability will be added in the next version of the server.

one year ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi

Hi @<1544853688374267904:profile|ResponsiveAnt93> , what do you mean by can't download packages? Usually the agent will try to get the version specified in the 'installed packages' section. If no version is specified it will try to download the latest available.

Is it possible you're running an OS that doesn't support high package versions?

one year ago
one year ago
0 Hello All! Does Anyone Know What That Specific Api Endpoint Is For Login Authentication? I Have Reffered To

Hi @<1600661428556009472:profile|HighCoyote66> , the UI uses the same REST API to communicate with the backend. I would suggest opening developer tools (F12) and seeing what requests are being sent in the network tab. I think it might be auth.login

one year ago
0 Clearml Task Execution Fails Trying To Pull Data From Gitlab. The Credentials Are Correct (Username + Access Token), But I Get This Error:

AdventurousButterfly15 , please upgrade to the latest agent version to see if this continues

2 years ago
0 Hi All, Two Questions:

Hi, regarding your questions:
If you create and finalize the dataset, it should upload the file contents to the fileserver (or any other storage you configure). The dataset is an object similar to a task - it has a unique ID You can add metric columns to the experiments table. You can do this by clicking the little cog wheel at the top right of the experiments table. You can also select multiple experiments and compare them (Bottom left on the bar that appears after selecting more than 1 expe...

2 years ago
0 Hello Everybody, I'M Seeking For A Clarification On The 'Metrics' Quote For The Saas Platform. My Workspace Only Uses Self S3 Storage As The File Server To Store Artifacts, Datasets And Models. For Some Reason, My 'Metrics' Quota Is Blown Up By > 30Gb Of

the experiments themselves 🙂

Imagine if you have very large diffs or very large (several mb) configuration files logged into the system - this is sitting somewhere in the backend on a database

one year ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?

8 months ago
0 Hi, Could Somebody Please Confirm If The

Can you please share how you configured the credentials?

one year ago
0 While Running A Pipeline By Decorator, I Am Getting This Error

Hi @<1585078763312386048:profile|ArrogantButterfly10> , I think you're having an issue with your docker... The error comes from docker not from ClearML

one year ago
0 Is There Something Like

ReassuredTiger98 , nothing CLI based but you can do it programmatically via the API quite easily.
Also, what happens if you do clearml-data delete --id <TASK_ID> ? It's a bet but it could actually work as well 🙂

2 years ago
0 [Potential Bug Where The

Hi ScantChimpanzee51 , can you please add a screenshot of how it looks? What OS are you running on?

one year ago
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

Or are you trying to change something in the docker compose?

one year ago
0 Hi, I'M Conceptually Struggling To Understand How To Get My Models To Be Saved Permanently By My Self-Hosted Clearml Server. As It Stands Now, When I Train A Model Using A Clearml-Agent, The Model Checkpoints Are Being Logged By Clearml In The Dashboard,

Try adding the following to your Task.init()

task = Task.init(project_name='<PROJECT_NAME>', task_name='<TASK_NAME>', output_uri=True)
Another option that will solve the issue as well is editing your ~/clearml.conf and changing the following section sdk.development.default_output_uri to point to your fileserver/hosting

2 years ago
0 Hello All! I'M Writing To Express My Gratitude For Supporting Such A Great Platform As Clearml, Which I'Ve Been Actively Using Lately. I'M Running Experiments Based On Yolov5, And This Code Is Automatically Sending Various Information To The Clearml Serv

Hi @<1547752799075307520:profile|ZippyCamel28> , to address your points

  • What do you mean by 'reload'?
  • You need to go into the project and archive the experiments in order to delete the project + experiments in the archive
  • There are some configurations you can play with to report 'less' metrics. For example sdk.metrics.plot_max_num_digits You should read here - None . To get an idea of the size of an experiment think of an...
one year ago
0 Hi Team,I Have Code Copied From

Hi SuperiorCockroach75 , yes you should be able to run it on a local setup as well 🙂

one year ago
0 I Have A Repository Which Uses Git Lfs And Would Like To Run A Task Through Docker-Based Agent. Despite Installing Git-Lfs In The Docker Image, I Get The Following Error:

Hi @<1523701122311655424:profile|VexedElephant56> , is it a custom image? Can you go exec into the docker to verify that it is indeed installed?

one year ago
one year ago
0 Hi, What Is The Best Way To Get The Agent To Install A Dependency From Github. I Have Tried This In This Sample Script:

Hi SkinnyPanda43 ,

Can you please add a log of the failure? I think if you add specific requirements manually it should override auto detection

2 years ago
0 Hi All, I’M Looking For Suggestions On Best Practices For Easily Going Between Local Development And Remote Execution. Currently, The Approach I’Ve Been Using Is To Have A Gitlab Ci/Cd Pipeline That Builds A New Docker Image For Each Commit And Then Setti

Hi @<1533620191232004096:profile|NuttyLobster9> , first, you can insert it using the bash startup script.
Also, I think you can add this repo to the requirements using the following format:

git+
8 months ago
Show more results compactanswers