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

Reputation

0
0 Hi, In My Code I Have Some Functions I Call From A Different Folder From My Original Project But Is In The Same Repository, When I Run The Following Code Locally:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , when running remotely the agent assumes it will be a different machine. I think the best way to solve this is to add utils to your repository and import it from there during code execution.

What do you think?

2 years ago
0 Hi Team, Is Clearml Support Model Versioning?

Hi @<1533257278776414208:profile|SuperiorCockroach75> , can you please expand on what you mean / expecting? I'm not sure I understand your issue

2 years ago
3 years ago
0 Hi Clearmlers, I'M Trying To Create A Dataset With Tagged Batches Of Data. I Firstly Create An Empty Dataset With Dataset_Name = 'Name_Dataset', And Then Create A Another Tagged Dataset With The First Batch And With Parent_Datasets=['Name_Dataset']. It'S

Hi @<1668427950573228032:profile|TeenyShells80> , can you please elaborate on the process? Exactly what steps you took, what CLI commands. Also what is happening when you say it's not working? Are there console logs? Please add some information 🙂

one year ago
0 Hello, I’M Using

Is there a vital reason why you want to keep the two accounts separate when they run on the same machine?
Also, what if you try aligning all the cache folders for both configuration files to use the same folders?

3 years ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

Hi @<1702130048917573632:profile|BlushingHedgehong95> , I would suggest the following few tests:

  • Run some mock task that uploads an artifact to the files server. Once done, verify you can download the artifact via the web UI - there should be a link to it. Save that link. Then delete the task and mark to delete all artifacts. Test the link again to see that it fails to delete
  • Please repeat the same with a dataset
one year ago
0 Hey While Trying To Upload A (~14 Gb) Dataset, We Get The Following Error:

@<1544853695869489152:profile|NonchalantOx99> , it seems like the server isn't reachable. Isn't self hosted?

2 years ago
0 Hi All, I Have A Big Amount Of Experiment In A Single Project, There Is A Way To Download The Experiments As A Custom Table? To Let'S Say To A .Csv File? Thanks! Experiment Table Example:

I think the call tasks.get_all should have you covered to extract all information you would need.
None
The request body should look something like this:

{
  "id": [],
  "scroll_id": "b77a32d585604b098f685b00f30ba2c2",
  "refresh_scroll": true,
  "size": 15,
  "order_by": [
    "-last_update"
  ],
  "type": [
    "__$not",
    "annotation_manual",
    "__$not",
    "annotation",
    "__$not",
    "dataset_i...
2 years ago
0 Hi Everyone, I Recently Had To Move My Clearml Server To A Different Ip Address And Managed To Do That Without Any Issues. However, I Just Noticed That When I Try To Download An Artifact (Output Model, To Be Specific) From An Experiment That Ran Before Th

Hi SteepDeer88 , I think this is the second case. Each artifact URL is simply saved as a string in the DB.

I think you can write a very short migration script to rectify this directly on MongoDB OR manipulate it via the API using tasks.edit endpoint

3 years ago
0 Hello! Are You Able To Help Be Debug This Message?

I think you're right. But it looks like an infrastructure issue related to Yolo

one year ago
0 Hello ! When Running

Inside the docker, that is

3 years ago
0 How Do I Stop A Zombie Agent?

It's cached for a bit of time in the backend

3 years ago
0 How Do I Stop A Zombie Agent?

UnevenDolphin73 , can you verify that the process is not running on the machine? for example with htop or top

3 years ago
0 How Do I Stop A Zombie Agent?

Aw you deleted your response fast

Yeah I misread the part where it's not in ps aux ^^

3 years ago
0 I Am Trying To Run The

Hi GrievingDeer61 , you need to create the queue yourself or change the queue that is being used to something you created 🙂

3 years ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

Hi DullPeacock33 , I think what you're looking for is this:
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely
This will initialize all the automagical stuff but won't require running the script locally.
What do you think?

3 years ago
0 Hi Everyone, Im Trying To Use The Aws Autoscaler Service. Provided The Pac But Is Not Able To Clone The Repo. It Is Not Using The Pac (Using Gitlab)

Hi Juan, can you please elaborate? What is pac? What is failing to clone the repo, can you provide an error message?

3 years ago
0 General Infrastructure Question: My Company Isn'T Using Aws For Training, We Have All Our Gpu'S Inhouse In Our Own Servers, We Have A Problem Where We Want On One Hand To Give All The Gpus For The Clearml-Agent (Ie' That They Will Be Available For Tasks)

If you run an agent in docker mode ( --docker ) the agent will run a docker run command and the task will be executed inside a container. In that scenario, I think, if you kill the daemon then the docker will stay up and finish the job (i think, haven't tested)

2 years ago
0 Is There A Support Channel?

Hi @<1547028079333871616:profile|IdealElephant83> , this is what the community channel is for, support, news & discussions related to ClearML OS 🙂

2 years ago
0 Hi Everyone!. I Was Trying To Setup Clearml In Kubernetes Using Helm Chart

It seems that the SDK can't reach the API server. Are you seeing anything in the API server logs? Is it possible you're being blocked by an internal firewall?

one year ago
0 Hi, Does Self-Hosted Clearml Implements Central Model Repository, Something Like

I don't think so. However you can use the API as well 🙂

3 years ago
0 Has Anyone Used

ElegantCoyote26 , Hi 🙂

Can you provide an example of what you're trying to do?

4 years ago
Show more results compactanswers