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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

533 × Eureka!
0 Using

Loading part from task B:
` def get_models_from_task(task: clearml.Task, model_artifact_substring: str = 'iter_') -> dict:
"""
Extract all models saved as artifacts with the specified substring

:param task: Task to fetch from
:param model_artifact_substring: Substring for recognizing models among artifacts
:return: Mapping between iter number and model instance
"""

# Extract models from task (models are named iter-XXX where XXX is the iteration number)
model_...
3 years ago
0 Is There A Way To Programatically Access The Tasks A

I need code access, not UI access

3 years ago
0 Using

Couldn't find any logic on which tasks fail and why... all the lines are exactly the same, only different parameters

3 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

I'm asking that because the DSes we have are working on multiple projects, and they have only one trains.conf file, I wouldn't want them to edit it each time they switch project

4 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

Okay so that is a bit complicated

In our setup, the DSes don't really care about agents, the agents are being managed by our MLops team.
So essentially if you imagine it the use case looks like that:
A data scientists wants to execute some CPU heavy task. The MLops team supplied him with a queue name, and the data scientist knows that when he needs something heavy he pushes it there - the DS doesn't know nothing about where it is executed, the execution environment is fully managed by the ML...

4 years ago
0 Using

I double checked that the task object is the correct one

3 years ago
0 Is There A Way To Programatically Access The Tasks A

I want to get the instances of the tasks executed by this controller task

3 years ago
0 Using

CostlyOstrich36

3 years ago
0 Using

Any news on this? This is kind of creepy, it's something so basic that I can't trust my prediction pipeline because sometimes it fails randomly with no reason

3 years ago
0 Is There A Way To Programatically Access The Tasks A

How do I get all children tasks given a parent?

3 years ago
0 Using

Another thing I noticed now it happens on my personal computer, when I execute the same pipeline from the exact same commit with exact same data on another host it works without these problems

3 years ago
0 Using

this is another execution:

3 years ago
4 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

TimelyPenguin76 if I build a custom image, do I have to host it on dockerhub for it to run on the agent? If not how do I make the agent aware of my custom image?

SuccessfulKoala55 The simplest thing i can think of is on Task.execute_remotely to be able to append ot the docker_init_bash_script

4 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

to fix it, I excluded this var entirely from the docker-compose

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

I dont think that has to do anything with the value zero, the lines that should come out of 'mean' and 'median' have the value of None under quantile, but have a dre_0.5 assoxiated with them. those lines appear in the notebook and not in the ui

4 years ago
0 Using

yep, just sec

3 years ago
0 Using

Please update me 🙂

3 years ago
0 Is There A Way To Programatically Access The Tasks A

Yes, I have the controller task in hand

3 years ago
Show more results compactanswers