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, 3719 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Two Simple Lineage Related Questions:

RoughTiger69 So basically (If I follow your example), the question is whether ClearML "knows" Task B" is a clone of "Task A"?
And if the loaded Dataset Y, is somehow registered on Task X?
Is that correct?

3 years ago
0 Hi There, I Used

Do you want the task object or the task id?

2 years ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

So in which scenario do you want to keep those folders as artifacts and where would you like to store them?

2 years ago
0 For The Clearml-Server Component, Can The Clearml File Server Be Configured To Any Kind Of Storage ? Example Hdfs Or Even A Database Etc..

Hi DeliciousBluewhale87 ,

Can you please elaborate a bit? The fileserver is a very simple component for storing and retrieving data. You can save any form of data on it. What exactly is your use case?

2 years ago
2 years ago
0 I Have Used Aws S3 And Minio As Storage For Clearml Artifacts. But Has Anyone Used Nexus As A Storage ?

DeliciousBluewhale87 , Hi!

I think you can have models/artifacts automatically copied to a location if the experiment is initialized with
output_uri
For example:
task = Task.init('examples', 'model test', output_uri=' ')What version of ClearML are you using? I'd suggest upgrading to the latest 🙂

3 years ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

ClearML has a built in model repository so together I think they make a "feature store" again, it really depends on your definition

2 years ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

It looks like it since as far as I manage to understand a 'traditional' feature store is a model / data repository, correct?

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.

2 years ago
0 Hi! I'M Using

MagnificentSeaurchin79 , can you please describe how you created the dataset?

3 years ago
0 Two Simple Lineage Related Questions:

RoughTiger69 thanks for the input 🙂

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)

one year ago
10 months ago
11 months ago
0 Hi, I Have A Pipeline Designed Whenever I Run That All The Steps Will Be Present In All Experiment But I Want That To Be In The Project That I Have Specified Can Anyone Help Me With This

Hi @<1643060818490691584:profile|MagnificentHedgehong41> , did you specify a project name? You can go into settings and enable showing hidden projects/experiments and then you will be able to see the pipeline steps in projects as well

11 months ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

Hi @<1669152726245707776:profile|ManiacalParrot65> , is this a specific task or the controller?

2 months ago
0 Hello Everyone, Can You Help Me With An Issue I Faces Recently? Namely I'Ve Got This Message In Console While Training My Neural Net With Pytorch Lightning (+Clearml): "Traceback (Most Recent Call Last): File "/Home/Ubuntu/Anaconda3/Envs/Recsys-Kf/Lib/P

@<1554638160548335616:profile|AverageSealion33> , what if you just run a very simple piece of code that includes Task.init() ? One of the examples in the repository, does this issue reproduce?

one year ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

This is strange. Can you take a look inside the apiserver and webserver docker logs to see if any errors pop up?

2 years 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> , you can control it in the agent.default_docker.image section of the clearml.conf where the agent is running. You can also control it via the CLI when you use the --docker tag and finally, you can also control it via the webUI in the execution tab -> container -> image section

3 months ago
Show more results compactanswers