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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Currently clearml-agent in services-mode supports cpu only configuration. Any particular reason for this limitation? Any inputs on what’s needed to do this i...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
When a transitive dependency is optional, how do we make sure the task detects it? In my case, I have a task that reads excel file using pandas which needs x...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Are people using devcontainer + clearml-session?
3 years ago
0 Votes
29 Answers
981 Views
0 Votes 29 Answers 981 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
3 Answers
949 Views
0 Votes 3 Answers 949 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
3 years ago
0 Votes
0 Answers
970 Views
0 Votes 0 Answers 970 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
3 years ago
0 Votes
6 Answers
958 Views
0 Votes 6 Answers 958 Views
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
3 years ago
0 Votes
5 Answers
956 Views
0 Votes 5 Answers 956 Views
How to update the logging level of all loggers in clearml?
2 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
3 years ago
Show more results questions
0 Is It Possible To Add A Callback For A Pipeline From A Step?

AgitatedDove14 is it possible to get the pipeline task running a step in a step? Is task.parent something that could help?

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

AgitatedDove14 - mean this - says name=None but text says default is General.

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

On a related note - is it possible to get things like ${stage_data.artifacts.dataset.url} from within a task rather than passing params in add_step ?

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

The description says this though

A section name associated with the connected object. Default: 'General'

3 years ago
3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

From code perspective what changes?

3 years ago
0 Hi

ClearDocs? 🙂

3 years ago
0 Is It Possible To Do Additional Setup (The

Ah is it, didn’t know about that. Let me check it out.

3 years ago
0 Hello

Sounds great!

Is nested projects in the release? I see it in the community server but no mention in the blog or the release notes?

3 years ago
3 years ago
0 Is It Not Possible To Add Artifacts To A Completed Task?

tasks.add_or_update_artifacts/v2.10 (Invalid task status: expected=created, status=completed

3 years ago
0 Looking At Clearml-Serving - Two Questions - 1, What’S The Status Of The Project 2. How Does One Say How A Model Is Loaded And Served Etc? For Example, If I Have A Spacy Ner Model, I Need To Specify Some Custom Code Right?

Here’s an example error I get trying it out on one of the example models:
Error: Requested Model project=ClearML Examples name=autokeras imdb example with scalars tags=None not found. 'config.pbtxt' could not be inferred. please provide specific config.pbtxt definition.

3 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

The Optimizer task is taking a lot of time to complete. Is it doing something here:

3 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

Yeah, Curious - is a lot of clearml usecases not geared for notebooks?

3 years ago
0 Is There A Way To

Something like the Gitlab Kubernetes Executor could work well.

3 years ago
Show more results compactanswers