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 Hello Everyone! I’M Trying To Setup Non Aws S3 To Store Datasets And Get And Error:

Can you add full configuration of both and add what the error you get with latest configuration?

one year ago
0 Hi, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

Hi CrookedMonkey33 ,

Can you please open developer tools (F12) and see what is returned when you navigate to the 'projects' page (When you see 41 experiments)

Also go into 'Settings' -> 'Configuration' and verify that you have 'Show Hidden Projects' enabled

3 years ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

I'm not sure. Maybe @<1523703436166565888:profile|DeterminedCrab71> might have some input

2 years ago
one year ago
0 Any Tips Running My First Tasks In

@<1787653555927126016:profile|SoggyDuck67> , can you try setting the binary to 3.11 instead of 3.10?

10 months ago
0 Hi, How Can I Get Commit Id For Task Using Apiclient?

EnviousPanda91 , you can use tasks.get_by_id . I think the commit ID should be there in the data section

3 years ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

Yes you can. I suggest reviewing the documentation.
None

9 months ago
0 Hi Everyone

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add logs of the tasks + controller?

2 years ago
0 Hello Community, I'M Planning To Deploy A Self-Hosted Clearml Server On Aws. Our Usage Pattern Is To Run It Intensively Once A Week, With A Few Additional Sessions During The Week To Review Results And Navigate The Ui. I Noticed Clearml Offers A Custom Am

Then you can certainly do that if you don't mind the downtime or the time it takes to spin up the machine on AWS.

Regarding any charges, this should be specified by AWS itself, I'm not familiar with anything on the ClearML side

9 months ago
0 Hi! Maybe I Am Missing Something, But I See How I Can Switch Between Log/Linear Y Scale, But How Can I Also Set The X-Axis As Log-Scale?

Hi @<1852158596431745024:profile|HappyRaccoon38> , ClearML only toggles the y-axis, you should be able to report a plot with xaxis type 'log' if that's how you want to see the data

3 months ago
0 I Tried To Get Data From Dataset, But Agent Always Look On Localhost:8081. I Change Host In Clearml.Conf But Have Same Error. How Can I Change Host Of Clearml Fileserver?

@<1702492411105644544:profile|YummyGrasshopper29> , how did you save the dataset? Where was the data uploaded to?

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

SoggyBeetle95 , in the ClearML UI you should see a small notification at the top when there is a new version available

3 years ago
0 Hi Guys, I Am Trying To Use Clearml Pipelines By Function. May I Know The Correct Way To Pass Model/Files From One Tasks To Next? I Realised Pickle May Not Work Sometimes. Also, Some Steps May Require Complete Set Of Files Before It Should Starts, Is Th

Pipelines assume that different steps run on different machines. How would you pass those files between the different machines? If the steps run on the same machine then why have them as different steps?

2 years ago
0 Hi All, I'M Training A Model Using Aws Sagemaker And Monitoring With A Clearml Server On-Prem. Works Well Enough When The Training Is Split (Horovod - With A Task On Each Rank). But When I Try And Spawn Eval Jobs To Run On Different Aws Machines, It Seems

IrateDolphin19 , can you give a bit of an explanation on how and what you're doing, and what on the clearml side seems to fail - how do you create the tasks and manage them...

3 years ago
0 Hi, Trying To Debug

GrittyStarfish67 , which version of ClearML & ClearML-Session are you using?

3 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

Hmmm, maybe you could save it as an env var. There isn't a 'default' server per say since you can deploy anywhere yourself. Regarding to check if it's alive, you can either check ping it with curl or check up on the docker status of the server 🙂

4 years ago
0 Is There A Way To Serve A Model Via The Sdk Or Rest Api? I Want To Programmatically Serve The Model After Finishing Training It Via The Pipeline. Or Is It A Bad Practice To Do So, Hence Why It'S Not Really Exposed?

Hi @<1567321739677929472:profile|StoutGorilla30> , this is a good question. I would assume that the CLI tool uses API calls under the hood. I think you can either look at the code and see what is being sent or simply do CLI commands from the code

2 years ago
0 Is There Way To Have Dynamic Pipeline Parameters And Use It Inside Pipeline Controller?

Hi @<1702492411105644544:profile|YummyGrasshopper29> , can you provide a standalone script that reproduces this?

one year ago
0 Hi All, What Is The Best Practice To Handle Connection Errors And Timeouts To Clearml Server? Is There A Configuration In The Python Sdk For Timeouts / Max Attempts Without Interrupting The Training Session?

Hi @<1582179661935284224:profile|AbruptJellyfish92> , connectivity issues should not affect training and should cache everything until connection is restored and everything should be sent to the server. Did you encounter a different behavior?

2 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Hi UnevenDolphin73 ,

I think you need to lunch multiple instances to use multiple creds.

3 years ago
0 So Is Cleargpt Closed Source Product? No Open Source Available?

Hii @<1608271575964979200:profile|GiddyRaccoon10> , ClearGPT is a separate enterprise product 🙂

2 years ago
0 What Could Be Causing This?

What is this http://unicorn address? Did you deploy using docker compose?

3 years ago
0 Hi Everyone, I Want To Clone A Git Repo With Clearml-Agent That Has To Following Url Format

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can simply set up the token in clearml.conf of the agent so the agent will have the rights to clone. What do you think?

9 months ago
7 months ago
0 Hi Community :) I'M New To Clearml And Seeking Advice On Best Practices For Managing Datasets. I Have Two Types Of Datasets: (1) Pdfs (2) Tabular Data Stored In Excel.

Hi @<1724960475575226368:profile|GloriousKoala29> , to address your questions:

  • No, that is not possible currently. Think of the Datasets feature as a catalogue of data, meaning you can see what data is saved but you can only see what's inside when you pull it locally.
  • I'm afraid not, ClearML basically saves links to the data but doesn't directly "look" at the data
one year ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

WackyRabbit7 , how did you report the table? Can you please provide an example for the data structure of the table?

4 years ago
Show more results compactanswers