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 8 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
31 Answers
23K Views
0 Votes 31 Answers 23K Views
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
20 Answers
967 Views
0 Votes 20 Answers 967 Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
4 years ago
0 Votes
33 Answers
25K Views
0 Votes 33 Answers 25K Views
Question about the auto scaling service Under extra_trains_conf when I supply a configuration file path, should it be a path on the trains server running the...
4 years ago
0 Votes
11 Answers
978 Views
0 Votes 11 Answers 978 Views
Is it possible to view the actual code of a task? As in the script that created the task?
4 years ago
0 Votes
31 Answers
28K Views
0 Votes 31 Answers 28K Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
0 Votes
32 Answers
23K Views
0 Votes 32 Answers 23K Views
Very weird error, trying to run an experiment through an agent in docker mode, and I get this error docker: Error response from daemon: create /home/elior/De...
3 years ago
0 Votes
32 Answers
23K Views
0 Votes 32 Answers 23K Views
I have a set up an agent, on a GPU machine, and spun up the daemon in docker moder, and specifically specified a GPU that it will work with. The image is oka...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
Show more results questions
0 Question About The Auto Scaling Service Under

and I'm using the same credentials

4 years ago
0 Question About The Auto Scaling Service Under

I have them only in one place

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

AgitatedDove14
So I couldn't kill the service agent myself (permission denied, I'm not sudo). What I did is I docker-compose down ed, commented out only the environment variable of GOOGLE_APPLICATION_CREDENTIALS from the clearml services agent service and upped the docker-compose again. I enqueued the Cleanup Service and now it works. Really weird, looks like the setting of GOOGLE_APPLICATION_CREDENTIALS causes an error when set even though I'm 100% is it not used for storag...

3 years ago
0 Hi, I Have A Question Regarding Trains And Git. If I Make Changes To A File And Run It Using Trains (Without Pushing The Changes To Github), What Version Of The Script Is Running? It Seems That Every Change I Make Need To Be Added, Committed And Pushed Be

(I'm working with maria)

essentially, what maria says is when she has a script with uncomitted changes, when executing remotely, the script that actually runs on the remote machine is without the uncomitted changes

e.g.:
Her git status is clean, she makes some changes to script.py and executes it remotely. What gets executed remotely is the original script.py and not the modified version she has locally

4 years ago
0 Guess We'Re Back To Basics How Do I Report A Single Scalar With No Iteration Dimension - Something I Can Put As One Of The Columns In The Experiments Table?

AgitatedDove14 all I did was to cerate this metric as "last" and then turned on the "max" and "min" and then turned them off

I can't reproduce it now but:
I restarted the services and it didn't help I deleted the columns, and created them again after a while and it helped

4 years ago
4 years ago
0 Question About The Auto Scaling Service Under

Yep, the warnings no longer appear

4 years ago
0 How Do I Get Access To

Cool - what kind of objects are returned by .artifacts. getitem ? I want to check their docs

4 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

Okay so at the first part of the code, we define some kind of callback that we add to our steps, so later we can collect them and attach the results to the pipeline task. It looks something like this

` class MedianPredictionCollector:
_tasks_to_collect = list()

@classmethod
def collect_description_tables(cls, pipeline: clearml.PipelineController, node: clearml.PipelineController.Node):

    # Collect tasks
    cls._tasks_to_collect.append(node.executed)

@classmethod...
2 years ago
0 How Come I Use

I see it's a plotly plot, even though I report a matplotlib one

3 years ago
0 How Come I Use

Can I force it to output the static image?

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

Is there a way to do so without touching the config? directly through the Task object?

4 years ago
0 I Have A Data Scientist Constantly Having The Same Problem. If She Did Not Push His Latest Changes To Git, She Gets The Following Error

so basically - if she has new commits locally that werent pushed it won't work

But if she did not commit her latest changes, and now she enqueues - it will work?

4 years ago
0 I Want To Use The Pipelinecontroller Which Assumes A Task Already Been Executed And As Ready As Template. I Never Executed The Task Before And It Is A Very Long Running Task. Is There A Way To Create The Template Without Executing All The Way Through?

` ClearML launch - launch any codebase on remote machine running clearml-agent
Creating new task

Error: requirements.txt not found [/home/elior/Dev/Projects/XXXXX/requirements.txt] Use --requirements or --packages `

3 years ago
0 We Are Having The Same Issue As

e.g. docker-compose restart

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

How can I change the version of the Cleanup Service?

2 years ago
Show more results compactanswers