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

Reputation

0
0 Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

What do you mean by public to private mongo? @<1734020208089108480:profile|WickedHare16>

7 months ago
0 Hi, How Can I Set Up Clear.Ml To Launch A Worker On Gcp And Then Run The Task On That Worker?

Hi @<1706478691208400896:profile|WearyPelican78> , you can set up a GCP autoscaler for this - None

10 months ago
0 Hi Everyone, If I Use The Free Hosted Server Of Clearml, Does It Mean That I Should Get A Public Url To Run Inference On My Model When I Deploy To This Server?

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm not sure what you mean. Can you please elaborate?

one year ago
0 Is There Some Limit In The Web Ui Or The Configuration For Number Of Debug Sample Images. Ours Seems To Never Show Past 32 Images

Hi @<1719524641879363584:profile|ThankfulClams64> , how are you reporting debug samples?

2 months ago
0 Hello Everyone! I Hope You Can Help Me. I Have A Local Workstation Where I Want To Deploy The Clearml Server And Clearml Agent. I Have Prepared Two Independent Docker-Compose Files, While I Need To Explicitly Specify The External Docker Network? Or With C

@<1707203455203938304:profile|FoolishRobin23> , the agent in the docker compose is a services agent and it's not for running GPU jobs. I'd suggest running the clearml-agent with the GPU manually.

10 months ago
one year ago
0 Hello! Are You Able To Help Be Debug This Message?

On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?

7 months ago
0 Hi I'M Using Clearml Datasets. How Do I Tell From The Clearml Ui Which Datasets Version Am I Using?

SubstantialElk6 , can you view the dataset in the UI? Can you please provide a screenshot so I can mark it down for you

3 years ago
0 Hi! While I'M At The Office, All Works Well, But At Home I Get A Lot Of Timeout Warnings While Trying To Download Or Save Data. I Dont Think It Is Related To The Connection Quality Because It Is Realy Good (Download 600 Upload 100). Can You Help Me Fig

It seems like a networking issue on your side. ClearML isn't blocking anything. Most likely unrelated to connection speed but to DNS or something related.

What if you connect using your phone hotspot or another provider?

7 months ago
0 Hi, I'M Having Problems With The Installed Packages When Creating An Experiment. The Installed Packages Used To Be A List With The Versions Of All The Installed Packages In The Venv. However, Now I Get The Following:

MuddySquid7 , I couldn't reproduce case 4.
In all cases it didn't detect sklearn.

Did you put anything inside _init_.py ?
Can you please zip up the folder from scenario 4. and post it here?

3 years ago
0 Hey All, I Am Reporting A

Hi @<1523701977094033408:profile|FriendlyElk26> , let's say you have a table, which you report. How would you suggest comparing between two tables?

one year ago
0 Hi Everyone, I Got Several Error Messages Like This When Trying To Upload Data On The Clearml Which We Self-Hosted. Do You Have Any Ideas?

But you can see in the log that it manages to connect for a bit and then its interrupted

4 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

In the HPO application I see the following explanation:

'Maximum iterations per experiment after which it will be stopped. Iterations are based on the experiments' own reporting (for example, if experiments report every epoch, then iterations=epochs)'

one year ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

What is your use case though? I think the point of local/remote is that you can debug in local

3 years ago
0 In

How are you running the task? Can you add logs please?

2 years ago
0 We'Re Looking At Setting Up On-Demand Cloud Gpu Training, But Have Hit A Blocker: We'D Like To Use On-Demand Ec2 Instances (As Described Here

Hi @<1752139558343938048:profile|ScatteredLizard17> , the two of supported types of instances by the ClearML autoscaler are on demand/spot instances, nothing to do with reserved ones

6 months ago
0 Hi All

Hi @<1545216070686609408:profile|EnthusiasticCow4> , in the PRO plan you are limited to a certain max amount of parallel application instances. If you kill some running applications, your HPO application will start running

2 months ago
0 Hi, I Would Like To Know If It'S Possible To Predefine Queues In The K8S Helm Chart For The Server

@<1722786138415960064:profile|BitterPuppy92> , we are more than happy to accept pull requests into our free open source 🙂

8 months ago
0 Hi, I Would Like To Know If It'S Possible To Predefine Queues In The K8S Helm Chart For The Server

Hi @<1722786138415960064:profile|BitterPuppy92> , I believe pre-defining queues via the helm chart is an Enterprise/Scale license feature only and not available in the open source

8 months ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Hi @<1664079296102141952:profile|DangerousStarfish38> , can you add a log of the execution?

8 months ago
0 Is It Possible To Change The

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either

clearml-init

or

~/clearml.conf

. I want the files server displayed here to be a GCP address

Regarding this - I think you should open a github feature request since there is currently no way to do this via UI

3 years ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

Hi @<1570583227918192640:profile|FloppySwallow46> , can you please share the autoscaler configuration?

one year ago
0 Hi All, I’M Running Experiments Using Clearml. The Training Is Very Slow, And I’M Getting The Following Errors And Warnings:

From what I understand, by default the ES has a low disk waterkmark set at 95% of the disk capacity. Once reached the shard is transitioned to a read only mode. Since you have a large disk of 1.8Tb the remaining 85Gb is below the 5%.

Basically you need to set the following env vars in elasticsearch service in the docker compose:
` - cluster.routing.allocation.disk.watermark.low=10gb
- cluster.routing.allocation.disk.watermark.high=10gb
- cluster.routing.allocation.disk.wate...

2 years ago
Show more results compactanswers