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

Reputation

0
0 Hi, I Am Fine-Tuning Pretrained Models From Huggingface The Trainer Method. During The Training I Generate Checkpoints Which I Want To Access Via Clearml. It Correctly Uploads Trainig_Args.Bin,

Hi @<1582542029752111104:profile|GorgeousWoodpecker69> , I think you can also manually register them using Task.upload_artifact None

one year ago
0 Hi, Is There Any Document About Migration Clearml-Server. Currently, I Have Clearml-Server Running On Servera But I Want To Move All Data (Including Artifacts, Task, Dataset) From Servera To Serverb.

I'm not entirely sure which steps you took and if you missed something. Elastic is complaining about permissions - Maybe you missed one of the steps?

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

And for future reference - Always a good thing to do a backup before upgrading elastic versions (or upgrades in general). Periodic upgrades are also advised 🙂

2 years ago
0 Hello Everyone, When I Try To Connect To My Clearml Server Using Clearml-Init, I Encounter This Error.

I was suspecting connectivity issues. Glad to hear it's working

2 years ago
0 Hello! I Faced An Issue With Environment Variables With Remote Agent I Set The In Clearml.Conf In Section:

If on a linux, that's one option. Basically any way you see fit to make sure the env variable is available for the agent

6 months ago
0 What Is Expected Behaviour Of Clearml Dataset? When I Do

Hi @<1732933002259861504:profile|ComfortableRobin65> , I believe that you would be pulling all 150 files. Why not test it out?

6 months ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Hi @<1603560525352931328:profile|BeefyOwl35> , what do you mean set up the agent remotely? You run the agent on your machine and want the agent to run when it's shut down?

one year ago
0 Hi All! Quick Question: Can Clearml-Agent

Build a Docker container that when launched executes a specific experiment, or a clone (copy) of that experiment.

From the docs

one year ago
0 The Clearml Helm Charts Page Is Gone?

Doesn't work for me either. I guess the guys are already looking into it

2 years ago
0 I Assume I Can Ask A Question Here. The Clearml Orchestrator Looks Interesting. But The Website Suggests That K8S Is Required. We Have A Linux Training Box (Lambdabox) Where We Want To Run Training. Can We Place The Clearml Orchestrator Agent On The M

RobustFlamingo1 , I think this is because you looked at 'Orchestrate for DevOps' and not 'Automate for Data Scientist'. If you switch to the other option you will see no K8S is required 🙂

I am guessing that the use-case shown there would be more what you're looking for. The K8S is something for larger scale deployments when the DevOps guys set up the system to run on K8S cluster

2 years ago
0 When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

Hi AdventurousButterfly15 , what version of clearml-agent are you using?

2 years ago
0 In The Pipeline Examples, Components Have The Following Note:

Internal references are resolved only in decorator/function pipelines if I recall correctly

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 Why Is Async_Delete Not Working?

As I wrote, you need to remove the s3 from the start of the host section..

one year ago
0 Hi All, I Have Become A Big Fan Of Clearml By Now

Hi @<1720249421582569472:profile|NonchalantSeaanemone34> , happy to hear you also enjoy using ClearML 😄

You are spot on, ClearML provides the full end to end solution for your MLOps needs, meaning you don't need to using DVC,MLrun, MLflow and many others as all these capabilities are covered in ClearML and more!

Are you currently looking for any specific capability?

6 months ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

one year ago
0 Hello, I Have Been Using Clearml For My Projects Lately. I Have Set It Up To Log The Training Data For An Rl Training Job. As Of Now It Currently Logs Data As Follows: 1 Million Episodes And Rewards For 3 Agents Each I'D Have Guessed That The Storage Requ

Hi @<1726772411946242048:profile|CynicalBlackbird36> , what you're looking at is the metrics storage, this is referring to all the console outputs, scalars, plots and debug samples.

This is saved in the backend of ClearML. There is no direct way to pull this but you can technically fetch all of this using the API.

wdyt?

7 months ago
0 In The Pipeline Examples, Components Have The Following Note:

Hi UnevenDolphin73 , I think this is analyzed in the code

2 years ago
0 Weird Error; My Local Execution Hung With

And when you run it again under exactly the same circumstances it works fine?

2 years ago
0 Hey All, Is Anyone Able To Access The Clear Ml Website?

Are you able to access other sites? What about http://app.clear.ml ?

3 years ago
0 The Clearml Enterprise Plan Supports K8S Servicing Multiple Clearml Queues, As Well As Providing A Pod Template For Each Queue For Describing The Resources For Each Pod To Use

The chart already passes the --create-queue command line option to the agent, which means the agent will create the queue(s) it's passed. The open source chart simply doesn't allow you to define multiple queues in detail and provide override pod templates for them, however it does allow you to tell the agent to monitor multiple queues.
None

6 months ago
Show more results compactanswers