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

Reputation

0
0 Hi Everyone, Quick Question: Is The Self Hosted Version Free For Big Teams Or The Pricing Shown On The Website Refers Also To The Self-Hosted Case?

Hi @<1552101458927685632:profile|FreshGoldfish34> , the Scale & Enterprise versions indeed also have different features from what is in the self hosted.

You can see a more detailed comparison here , especially if you scroll down.

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

I'm afraid there is no such capability at the moment. However, I'd suggest opening a GitHub feature request for this 🙂

one year ago
0 Hello, May I Ask If There Is A Means To Export Dataset In One Clearml Setup And Import To Another Clearml Setup?

I think if you copy all the data from original server and stick it in the new server it should transfer all data. Otherwise I think you would need to extract that through the API or copy mongo documents

2 years ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

What are the Elasticsearch, Mongo and apiserver versions in the docker compose are? Backup will only work in this scenario when they are exactly the same between 2 systems.

one year ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

@<1526734383564722176:profile|BoredBat47> , that could indeed be an issue. If the server is still running things could be written in the databases, creating conflicts

one year ago
0 Hi Everyone! We’Re Facing An Issue Where Clearml Workloads Run Successfully On Our Kubernetes Cluster (Community Edition), But Never Utilize The Gpu — Despite Being Scheduled On

Hi @<1857232032669634560:profile|ConvolutedRaven86> , what if you manually run the same code? Did you verify that the code itself will utilize the GPU?

one month ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

Sharing the same workspace so it makes sense that you'd encounter the same issue being on the same network 🙂

@<1808672054950498304:profile|ElatedRaven55> , If you manually spin up the machines, does the issue reproduce? Did you try running the same exact VM setup manually?
@<1594863230964994048:profile|DangerousBee35> , I'd ask the DevOps to check if there might be something slowing communication from your new network in GCP to the app.clear.ml server

6 months ago
2 months ago
0 Hello Everyone, We’Re Encountering A Persistent Issue With Our Autoscaler Setup And Could Really Use Some Help. Despite Having The Autoscaler Running And The Queue (Default_Cpu) Properly Populated (87 Jobs Pending), The Tasks Are Never Picked Up And Exe

Thank you for the detailed explanation. Can you please add a log of the ec2 instance itself? You can find it in the artifacts section of the autoscaler task. Is it the same autoscaler setup that used to work without issue or were there some changes introduced into the configuration?

one month ago
0 Hi, After Today'S Update Clear.Ml Asks To Restart Autoscaler And It'S Still Pending. What'S Wrong? Somebody Has Same Issue?

Hi @<1855782492460552192:profile|IdealCamel90> , is it possible you're over the limit of application instances?

one month ago
0 Anyone Faced An Issue With Elasticsearch Before

Can you provide the full log?

3 months ago
0 Hey, I'M Working With The Clearml Aws Autoscaler (For Quite Some Time) And Suddenly We Encountered An Issue With Scaling Gpu Machines That Torch Inside The Task Doesn'T Recognize The Gpu Sporadically. If We Restart The Task It Works Just Fine... I Have A

Hi @<1523701949617147904:profile|PricklyRaven28> , I assume this is happening on the same instance? What if you put in like 20 sec sleep before or after the init call, does this behaviour reproduce?

4 months ago
0 Hi, I'Ve Multiple Tasks Setup In A Complex Pipeline. How Can I;

SubstantialElk6 ,

We were trying with 'from task' at the moment. But the question apply to all methods.

You can specify this using add_function_step(..., execution_queue="<QUEUE>")

Make certain tasks in the pipeline run in the same container session, instead of spawning new container sessions? (To improve efficiency)

I'm not sure this is possible currently. This could a be nice feature request. Maybe open a github request?

3 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

Hmmmm I couldn't find something in the SDK, however, you can use the API to do it

3 years ago
0 Hi Again! I'M Trying To Figure Out Why My Hpo Doesn'T Seem To Work For This Simple

Are the cloned tasks running? Can you add logs from the HPO and one of the child tasks?

one month ago
0 Hey Clearml Team, Would Be Nice To Include Dataset Hash When Using Clearml-Data Cli. Is The Order Of --Ids The Same As Returned Rows?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , not sure I understand this line

Is the order of --ids the same as returned rows?

Also, regarding the hash, I'd suggest opening a github feature request for this.

one year ago
0 Hi Everyone, We Have Been Using Clearml Free And It Has Been Working Fine! However We Have Noticed In The Last Few Days That Python Sdk Is Very Slow. Any Idea Of What The Issue Might Be?

Hi @<1534344462161940480:profile|QuaintSeal61> , have you upgraded to a new version? Are you self hosted or using the community server? Also, can you elaborate on which part of it is slow? 🙂

2 years ago
0 Hi Everyone, We Have Been Using Clearml Free And It Has Been Working Fine! However We Have Noticed In The Last Few Days That Python Sdk Is Very Slow. Any Idea Of What The Issue Might Be?

Hi @<1534344465790013440:profile|UnsightlyAnt34> , what country are you running the code from? Maybe @<1523701087100473344:profile|SuccessfulKoala55> might have some insight?

2 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1556812486840160256:profile|SuccessfulRaven86> , to make things easier to debug, can you try running the agent locally?

2 years ago
0 Hello,

GrittyCormorant73 , K8s deployment will have easier time to spin up agent instances to run the tasks 🙂

3 years ago
0 Hello,

Hi PunyWoodpecker71 ,

Regarding your questions:
We have an existing EKS cluster. So I'm wondering if I should deploy ClearML on the EKS cluster, or deploy on EC2 using AMI. Is there an advantage of one over the other?I think it's a matter of personal preference. Maybe SuccessfulKoala55 , can add some information.
We have a pipeline that need to run once a month to train a model. Is there an scheduler option we can config to enqueue the pipeline once a month? (It look like the Pro plan has ...

3 years ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1556812486840160256:profile|SuccessfulRaven86> , did you install poetry inside the EC2 instance or inside the docker? Basically, where do you put the poetry installation bash script - in the 'init script' section of the autoscaler or on the task's 'setup shell script' in execution tab (This is basically the script that runs inside the docker)

It sounds like you're installing poetry on the ec2 instance itself but the experiment runs inside a docker container

2 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

I think you can just send empty payload for users.get_all like this {}
and it will return all the users in your database 🙂

3 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

SuccessfulKoala55 , is this hack applicable for most API calls in ClearML?

3 years ago
Show more results compactanswers