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

Reputation

0
0 The Display Of The Web Server Ui Is Incomplete. How Can I Fix This?

@<1673501397007470592:profile|RelievedDuck3> , I think you can solve this by going to /login instead of /dashboard in the URL

one year ago
0 Does Anyone Know If It Is Possible To Add A Plot From A Stylized Pandas Data Frame? I Can Easily Log A Pandas Data Frame With

Hi DangerousDragonfly8 , I believe this is supported. You just need to have the object already with links embedded inside

2 years ago
0 Hi! How To Add Files Locally To

Does it fail at add_files or at upload ?

3 years ago
0 Can You Give Me The Difference Between Pipeline And Task?

SwankySeaurchin41 , I think you don't need to connect pipelines. Think of pipeline as a DAG execution. You can build it anyway you want 🙂

3 years ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 let me check up on that for you then, thanks for the info 🙂

3 years ago
0 What Is The Difference Between Model And Inputmodel?

Hi @<1523704157695905792:profile|VivaciousBadger56> , you can read about the differences here:
None
None

2 years ago
0 Hello, I Have A Problem With Task.Set_Initial_Iteration(0) In Google Colab. After Continuing The Experiment, Gaps Appear On My Graph, But If You Use Colab. I Tried It On My Computer And Everything Is Normal There.

Can you give a small snippet to play with? Just to understand, when you run on local machine everything works fine? What do you do with Google Colab?

3 years ago
0 How Should I Edit The

Very similar to a task, a project has also a unique identifier - the ID (Although I think project names are also unique)

You can get the project ID either from UI (If you go to a specific project, the project ID will be in the url) or from the api as documented in:
https://clear.ml/docs/latest/docs/references/api/projects#post-projectsget_all
or from the sdk as documented here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_project_id

Plug that project ID into the filter ...

3 years ago
0 Clearml Hyperparameters Optimization App Produces "Summary" Table With 'Task Id', Hyperparameters Values And 'Obective'. Is There A Way (== Function) For Adding Some Custom Data For This Table?

It's a fairly new feature, basically you can take any plot/graph/debug sample in the system and embed it into the report which is edited in markdown. Mouse over and graph or plot and you'll see an orange button that will allow you to embed the plot

2 years ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

one year ago
0 Hi Community, When I Configure A

Hi @<1523701132025663488:profile|SlimyElephant79> , to answer your questions:

  • Does ClearML store any dataset outside of this S3 storage (and local storage) for preview or compression purposes?Some preview data might be stored inside mongodb (if it's a table for example). This of course can be disabled so no data/previews are exposed to the ClearML backend.

  • Are any data packets related to model or data versioning routed through the API server? (We are pretty confident it shouldn't, but j...

one year ago
0 What Is

MelancholyElk85 if you're using add_function_step() it has a 'docker' parameter. You can read more here:
https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#add_function_step

3 years ago
0 Hi, Does Anyone Know If

This is supported by the agent, however not by the SDK itself

2 years ago
0 Hi, Is There A Way To Add The Sdk

I'm reading on task.set_credentials at the moment. What exactly are you trying to do?

3 years ago
0 Hello ! When Running

Inside the docker, that is

3 years ago
0 A Suggestion To Add

Also how about this

3 years ago
2 months ago
0 Hi Guys, I Have A Question Regarding Clearml-Serving. I Have Deployed My Model To An Api, Now I Want To Add A Front End Interface For The Url, How Should I Go About Doing It?

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , you mean you'd like to have some web interface to interact with the API?

2 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

I'm not sure. Maybe AgitatedDove14 , might have an idea

2 years ago
0 Hello, Everyone. I'M Trying To Use The Hpo In Clearml And Having Some Problems. All Of My Hyperparameters Are Python Dictionaries With Different Values (Int, Float, Bool, Str). When I Set The Hyper-Parameters I Want To Optimize In The Hpo And Send The Tas

Hi @<1689084163396734976:profile|DistinctGoldfish85> , can you please add the full configuration of the HPO app you ran? Also, are you self hosted or using the community server?

one year ago
Show more results compactanswers