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
997 Views
0 Votes 8 Answers 997 Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
3 years ago
0 Votes
11 Answers
964 Views
0 Votes 11 Answers 964 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
23 Answers
982 Views
0 Votes 23 Answers 982 Views
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
How come PipelineController has changed in a very backwards-incompatible fashion but we are still on the same major version? O_O Also the documentation is no...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
2 years ago
0 Votes
9 Answers
938 Views
0 Votes 9 Answers 938 Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
4 years ago
0 Votes
33 Answers
24K Views
0 Votes 33 Answers 24K 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
4 Answers
930 Views
0 Votes 4 Answers 930 Views
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
3 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
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
Show more results questions
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

AgitatedDove14 permanent. I want to start with a CLI interface that allows me add users to the trains server

4 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

the link to manual model registry doesn't work

2 years ago
4 years ago
0 What'S Going On With The Documentation Site?

Happens on my incognito aswell

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

Yes, I have the controller task in hand

3 years ago
0 Question About The File Server. Currently, We Have A Machine With Minio Installed, And All File Communication Is Made Using The Minio Sdk Client. [Minio Is Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

Martin: In your trains.conf, change the value
files_server: ' s3://ip :port/bucket'

Isn't this a client configuration ( trains-init )? Shouldn't be any change to the server configuration ( /opt/trains/config... )?

4 years ago
0 Is There A Way To Run A Pipeline (

can't really see how this configuration effects the agents

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

AgitatedDove14 clearml version on the Cleanup Service is 0.17.0

2 years ago
0 Is The

CostlyOstrich36 ⬆

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

google store package could be the cause, because indeed we have the env var set, but we don't use the google storage package

2 years ago
0 Question About The Usage Of Trains Agents. In Our Company We Have 3 Hpc Servers, Two Of Them Have Multiple Gpus, One Is Cpu Only. I Saw In The Docs The Multiple Agents Can Be Run Separately Assigning Gpus In Whatever Manner You Want. My Questions Are 1

Makes sense

So I assume, trains assumes I have nvidia-docker installed on the agent machine?

Moreover, since I'm going to use Task.execute_remotely (and not through the UI) is there any code way to specify the docker image to be used?

4 years ago
0 Question About Artifacts, Dynamic Vs Static And Their Relationship To Experiments Under

Mmm maybe, lets see if I get this straight

A static artifact is a one-upload object, a dynamic artifact is an object I can change during the experiment -> this results at the end of an experiment in an object to be saved under a given name regardless if it was dynamic or not?

4 years ago
0 Question About Artifacts, Dynamic Vs Static And Their Relationship To Experiments Under

So dynamic or static are basically the same thing, just in dynamic, I can edit the artifact while running the expriment?

Second, why would it be overwritten if I run a different run of the same experiment? As I saw, each object is stored under a directory with the task ID which is unique per run, so I assume I won't be overriding artifacts which are saved under the same name in different runs (regardless of static or dynamic)

4 years ago
0 How Do I Get Access To

I was refering to what is the returned object of Task.artifacts['...'] - when I call .get I understand what I get, I'm asking because I want to see how the object I'm calling .get on behaves

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 How Should I Edit The

I only found Project ID, which I'm not sure what this refers to - I have the project name

3 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 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

AgitatedDove14 I really don't know how is this possible... I tried upgrading the server, tried whatever I could

About small toy code to reproduce I just don't have the time for that, but I will paste the callback I am using to this explanation. This is the overall logic so you can replicate and use my callback

From the pipeline task, launch some sub tasks, and put in their post_execute_callback the .collect_description_tables method from my callback class (attached below) Run t...

3 years ago
3 years ago
Show more results compactanswers