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 There, I Am Looking For A Way To Use The Hyperparameter Optimization Tool From Clear Ml, For Different Algorithms I Build. The Idea Is, That I Can Use A Command Line To Specify Which Algorithm I Want To Optimize, And Let Clear Ml Do The Rest. The Issue

Hi @<1649946171692552192:profile|EnchantingDolphin84> , what about this example?
None
Add argparser to change the configuration of the HyperParameterOptimizer class.

What do you think?

one year 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 Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

2 years ago
0 Prev, I Worked With Clearml (1 Year Back) And Back Then, We Config Seldon Core For The Deployment And Clearml For The Training.. Now There Is Clearml-Serving, Does It And Can It Fulfill A Similar Objective ?

Hi DeliciousBluewhale87 , yes I think it does. Although I think ClearML-Serving works as a control plane on top of your serving engine.

3 years ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

Hi @<1523701553372860416:profile|DrabOwl94> , can you check if there are some errors in the Elastic container?

2 years ago
0 I Recently Upgraded My Clearml Version And Here Are Some Questions That I Have:

Hi @<1644147961996775424:profile|HurtStarfish47> , to answer your questions:

  • Is there an autoscaler available for Azure ?I'm afraid not in the self hosted version. An Azure autoscaler is available only in the Scale/Enterprise licenses.
  • I'm interested in the clearml-serving functionnalities, would that be suitable for real-time inference on arm64 devices ?Yes 🙂
one year ago
0 Hi, I Have A Worker Running In Services Mode With

Also, in the link above there is the warning

Do not enqueue training or inference tasks into the services queue. They will put an unnecessary load on the server.

I am not using the dedicated

services

queue on the server but I am doing training and inference in the pipeline component.

Steps of a pipeline should have dedicated queues with relevant resources to them

one year ago
0 Hi Community, I'M Installing Multiple Clearml-Agent On Some Gpu Workstations, So I Have A Question: How Can I Use The Cache Of Dataset As When I Run Only 1 Clearml-Agent? I Don'T Want To Download Full Dataset Everytime When A Task Run Because Now Since I

Hi @<1749965229388730368:profile|UnevenDeer21> , an NFS is one good option. You can also point all agents on the same machine to the same cache folder as well. Or just like you suggested, point all workers to the same cache on a mounted NFS

one year ago
0 Hello, I Have My Clearml Instance Hosted At Url "

Hi @<1523701122311655424:profile|VexedElephant56> , do you get the same response when you try to run a script with Task.init() without agent on that machine?

2 years ago
0 Hello

FrothyShrimp23 , I think this is more of a product design - The idea of a published task is one that cannot be easily changed afterwards. What is your use case for wanting to often unpublish tasks? Why publish them to begin with? And why manually?

2 years ago
0 Hi, I Am Successfully Starting Multiple Tasks Automatically, But They Dont Train To Completion They Start Training And Then At Some Point They Give Me This Error:

Hi CloudySwallow27 , regarding - Process terminated by user - Are you running Hyperparam Optimization?
Regarding CUDA - yes, you need CUDA installed (or run it from a docker with CUDA) - ClearML doesn't handle the CUDA installation since this is on a driver level.

3 years ago
0 Hello, Team!

Hi @<1833676820357058560:profile|MiniatureGrasshopper70> , I suggest checking out the channel to see anything you can add or fix 🙂

6 months ago
0 Hello, All. I’Ve Recently Started Experiencing A Weird Issue With Arg Parsing Where Any String Values Are Being Repeated As Lists Of Strings When The Values Are Sent To The Clearml Server (See Attached Screenshot). I Believe This Issue Started Around The

Hi @<1533620191232004096:profile|NuttyLobster9> , can you please elaborate on what you were expecting to get? Can you provide a self contained snippet that reproduces this?

2 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

Or are you just trying to run clearml-agent?

3 years ago
0 When Clearml Converts A

GiganticTurtle0 hi!

Do you have an example of your use case?

4 years ago
0 Hi Guys, I'M Loving Clearml So Far Now We Can Quickly Train And Deploy Customer Models

RobustRat47 , you can optimize the connection process by using auto_connect_frameworks to select the frameworks you're using. That can speed up the process

4 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

Can you try relaunching it just to make sure?

3 years ago
0 More An Internal Utilities Usage Question - If I Have A Script (.Py) Can I Use An Utility That Clearml Uses To Get The Packages Used By The Script? Was Looking At

TrickySheep9 , what is the use case? If I understand correctly, you want to use ClearML's package detection in a script to get the imports or do you want all the packages in the environment you're running?

4 years ago
0 Hi

Hi AlertCamel57 ,

Exporting/Importing data between ClearML servers is not supported in the open source version from what I understand.
You can however migrate the entire database very easily by moving /opt/clearml/data (If I'm not mistaken this is where it sits) to another location. Make sure that the server is down while doing so, to avoid corruptions

3 years ago
0 Hi All, I'M Want To Compare 2 Different Tasks Plots, E.G., I Have A Histogram Of F1 Values For 2 Different Models. However, They Histogram Comparison Only Shrinks The Bars (See Attached Image). Is There A Way To Make The Bars With Normal Width / Compare T

Hi @<1582179661935284224:profile|AbruptJellyfish92> , how do the histograms look when you're not in comparison mode?

Can you provide a self contained snippet that creates such histograms that reproduce this behavior please?

2 years ago
0 Hi, What Would Be The Correct Way To Move An Existing Self-Hosted Clearml Environment (In Our Case Only Experiments. With Artifacts, Models, Debug Samples Etc.) From One Server To Another, With A Different Url And Possibly Different Port Numbers? Is Such

Hi @<1558986867771183104:profile|ShakyKangaroo32> , you can do it but keep in mind that models/artifacts/debug samples are all referenced as links inside mongo/ES, you'd have to migrate the databases for that

11 months ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

You can do it by comparing experiments, what is your use case? I think I might be missing something. Can you please elaborate?

3 years ago
Show more results compactanswers