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
4 months ago
8 months ago
0 Hello All, I Want To Know Created Time For The Task, And I'M Getting It By The Code

Hi FancyWhale93 , task.data.created should be good. The UI uses this parameter to show in the UI so there shouldn't be an issue. You can also try task.data.started

2 years ago
2 years ago
0 Hi, What Is The Best Way To Add New Data To The Uploaded Dataset. Currently, Uploaded Dataset Stored In Clearml Have This Structure.

Try creating a new version and syncing the local folder (or try to specifically add files) 🙂

3 years ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Reproduces for me as well. Taking a look what can be done 🙂

3 years ago
0 What Is The Proccess To Rerun Optimization Sub-Tasks That Failed? Also, Can You Add More Paramters Combinations To Optimization After It Was Completed?

I think you can simply reset and enqueue the task again for it to run. Question is, why did it fail?
Are you running the HPO example? What do you mean by adding more parameter combinations? If the optimizer task finished you either need a new one or to reset the previous and re-run it.
You can do various edits while in draft mode

3 years ago
0 Hi, We Have Clearml Version Webapp: 1.3.0-165 • Server: 1.3.0-165 • Api: 2.17 Suddenly All Experiments Were Removed. After Checking Logs We See That Before 6 Days Elasticsearch Container Was Terminated Due To Out Of Memory And New One Was Created Instead

You can restore these tasks by copying or moving them from task__trash into task collection. But the events for these tasks cannot be restored. About the user who deleted them unfortunately ClearML does not record this info in Mongo and without logging to ES there is no place to retrieve it (I can suggest using Kibana to monitor ES). You can try to inspect the mongo collection url_to_delete. It contains all the links from the deleted tasks that should be removed from the fileserver. If you se...

2 years ago
0 Hi, We Are Using Clearml For Our Experiment Tracking But Now Investigating Using The Pipeline Functionality As Well For Scheduling. We Also Want To Be Able To Trigger A Pipeline Run When There Is New Data In An External Database. Is This Possible? From Wh

Hi @<1654294828365647872:profile|GorgeousShrimp11> , long story short - you can.

Now to delve into it a bit - You can trigger entire pipeline runs via the API.

I can think of two options from the top of my head. First being some sort of "service" task running constantly and listening to something and then triggering pipeline runs.

The second, some external source sending an POST request via API to trigger a pipeline.

What do you think?

one year ago
3 years ago
0 Can One Compare Experiments/Tasks From Different Projects? Edit: I Mean, I Can Manually Navigate To Some

Of course :)

You can select tasks in different projects in table view or you can add experiments to an existing compare

3 years ago
0 Another Hpo App Question: Using Ui In "Optimization Configuration" I Can Choose Only One Metric. Is This By Design Or I'M Missing Something?

Hi @<1523701062857396224:profile|AttractiveShrimp45> , I think this is currently by design. How would you suggest doing multiple metric optimization - priority between metrics after certain threshold is met?

2 years ago
0 Hi. When Using Sklearn'S

DistressedGoat23 , how are you running this hyper parameter tuning? Ideally you need to have

` From clearml import Task

task = Task.init() `
In your running code, from that point onwards you should have tracking

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

I think so, yes. You need a machine with a GPU - this is assuming I'm correct about the n1-standard-1 machine

3 years ago
0 When I Send A Request Of Creating A User To Clearml-Apiserver, It Logs An Error Likes This:

@<1523704089874010112:profile|FloppyDeer99> , can you try upgrading your server? It appears to be pretty old version.

When looking at the user in MongoDB, is it some special user or just something regular?

3 years ago
0 Hey Folks, Just Wanted To Highlight Something Weird In Our Clearml Pipeline Usage:

Hi @<1523701132025663488:profile|SlimyElephant79> , are you running both from the same machine? Can you share the execution tab of both pipeline controllers?

Also, reason that they in queued state is because no worker is picking them up. You can control the queue to which every step is pushed and I think by default they are sent to the 'default' queue

one year ago
0 If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

Hi PerfectMole86 ,

how do I connect it to clearml installed outside my docker container?

Can you please elaborate?

3 years ago
0 Hi! I Want To Use Non System Git User For Clearml-Agent. I Saw Settings:

Hi DepressedFish57 ,

But authentificate by log/pass is disable on host side.

Can you please clarify?

By separate ssh key - do you mean a different git password?

3 years ago
Show more results compactanswers