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
TenseOstrich47
Moderator
22 Questions, 100 Answers
  Active since 10 January 2023
  Last activity 12 days ago

Reputation

0

Badges 1

90 × Eureka!
0 Votes
13 Answers
595 Views
0 Votes 13 Answers 595 Views
Why would every submitted task be aborted directly?
2 years ago
0 Votes
4 Answers
29 Views
0 Votes 4 Answers 29 Views
Can't access the docs at the moment. SSL error. Can you guys verify whether your SSL certificate has expired or not please? Unsure whether the error is on my...
2 years ago
0 Votes
2 Answers
702 Views
0 Votes 2 Answers 702 Views
one year ago
0 Votes
6 Answers
526 Views
0 Votes 6 Answers 526 Views
2 years ago
0 Votes
11 Answers
581 Views
0 Votes 11 Answers 581 Views
Hey all. I'm seeing a strange error when trying to run hyperparameter optimisation by cloning a base training task Action failed <500/0: tasks.clone/v1.0 (ke...
3 years ago
0 Votes
5 Answers
592 Views
0 Votes 5 Answers 592 Views
Hey all. Is there a best practice approach to deploying models trained in clearml? Does anyone have a standard workflow that they employ?
2 years ago
0 Votes
9 Answers
544 Views
0 Votes 9 Answers 544 Views
Hey. May be a question asked previously , but does clearml support ECR? I have a series of pre-created containers that I would like to use during training. I...
one year ago
0 Votes
30 Answers
601 Views
0 Votes 30 Answers 601 Views
3 years ago
0 Votes
15 Answers
571 Views
0 Votes 15 Answers 571 Views
Hey all. Question regarding scheduling and orchestration. Does ClearML provide any tooling to schedule entire training pipelines and to trigger training pipe...
one year ago
0 Votes
12 Answers
542 Views
0 Votes 12 Answers 542 Views
2 years ago
0 Votes
3 Answers
648 Views
0 Votes 3 Answers 648 Views
Also, is there a way to remove the Examples from my server deployment? I can't delete the tasks. I tried to archive the task prior to deletion and I get the ...
3 years ago
0 Votes
6 Answers
516 Views
0 Votes 6 Answers 516 Views
Hey. This may be a silly question ... but I am unsure about how the clearml-agent works. Does it need to be installed on the local server (from which the exp...
3 years ago
0 Votes
25 Answers
546 Views
0 Votes 25 Answers 546 Views
Hey all. Quick question about the ~/.clearml directory on the clearml-agent. It seems to be filling up disk storage quite quickly 440M /home/ubuntu/.clearml/...
3 years ago
0 Votes
2 Answers
555 Views
0 Votes 2 Answers 555 Views
Has anybody integrated Airflow with ClearML here? If so, what has been your experience?
2 years ago
0 Votes
6 Answers
510 Views
0 Votes 6 Answers 510 Views
Hey all. Question about the bucket config for clearml. Is it possible to have two buckets in the config? We have partners in EU and US, and due to data gover...
2 years ago
0 Votes
3 Answers
489 Views
0 Votes 3 Answers 489 Views
2 years ago
0 Votes
5 Answers
557 Views
0 Votes 5 Answers 557 Views
Hi. I'm struggling with executing a python script which is a replica of a notebook, which executes fine. The issue I am encountering is clearml_agent: ERROR:...
3 years ago
0 Votes
18 Answers
596 Views
0 Votes 18 Answers 596 Views
3 years ago
0 Votes
14 Answers
567 Views
0 Votes 14 Answers 567 Views
Any ideas why this is happening? It was fine yesterday
3 years ago
0 Votes
6 Answers
548 Views
0 Votes 6 Answers 548 Views
Hey all. Thinking about organisation of artefacts and how we store them in S3. We have been using the StorageManager to upload files to target S3 destination...
2 years ago
0 Votes
5 Answers
571 Views
0 Votes 5 Answers 571 Views
Can the StorageManager upload directly from memory or does it have to be from a local file?
2 years ago
0 Votes
11 Answers
630 Views
0 Votes 11 Answers 630 Views
3 years ago
0 Hey All. I Am Looking To Integrate Clearml Into Airflow. I Want To Use Airflow To Orchestrate Running Clearml Pipelines. My Question Is About Authentication From Airflow; I Have A Config File On My Local Which Authenticates Me To Send Tasks Over To Clearm

That's a good question, which I don't have an answer to 😅 I was hoping to be able to store the config file in some kind of secrets vault, and authenticating via some in-memory trace or so

2 years ago
0 Hey All. I Am Looking To Integrate Clearml Into Airflow. I Want To Use Airflow To Orchestrate Running Clearml Pipelines. My Question Is About Authentication From Airflow; I Have A Config File On My Local Which Authenticates Me To Send Tasks Over To Clearm

I don't even know if I have a valid concern for this. Just a little worried as airflow is accessible by more departments than just DS, which could result in some disasters

2 years ago
0 Does Clearml Have An Integrated Approach To Querying Model Metrics? The Objective Is To Log All Model Run Outputs In Order To Be Able To Query Them For Deployment At A Later Stage. As It Stands, I Am Currently Developing My Own Package To Log The Metrics

I think there is more complexity to what I am trying to achieve, but this will be a good start. Thanks!

I will need to log data set ID, transformer (not the NN architecture, just a data transformer), the model (with all hyperparameters & metadata) etc. and how all things link

2 years ago
0 Good Morning, I'M Wondering If Someone Has Any Advice/Experience Configuring Clearml-Agent To Include Private Packages From Aws Codeartifact? So Far I Know I Have To Edit The

Did the shell script route work? I have a similar question.

It's a little more complicated because the index URL is not fixed; it contains the token which is only valid for a max of 12 hours. That means the ~/.config/pip/pip.conf file will also need to be updated every 12 hours. Fortunately, this editing is done automatically by authenticating AWS codeartefact in the command line by logging in.

My current thinking is as follows:

Install the awscli - pip install awscli (c...

2 years ago
0 Good Morning, I'M Wondering If Someone Has Any Advice/Experience Configuring Clearml-Agent To Include Private Packages From Aws Codeartifact? So Far I Know I Have To Edit The

One question - you can also set the agent.package_manager.extra_index_url , but since this is dynamic, will pip install still add the extra index URL from the pip config file? Or does it have to be set in this agent config variable?

2 years ago
0 Good Morning, I'M Wondering If Someone Has Any Advice/Experience Configuring Clearml-Agent To Include Private Packages From Aws Codeartifact? So Far I Know I Have To Edit The

Awesome, thank you. I will give that a try later this week and update if it worked as expected! May finally solve my private dependencies issue 😂

2 years ago
0 Found This Placeholder Project On Pypi:

Will there be any A/B testing features for the serving?

2 years ago
0 Hey All. I'M Seeing A Strange Error When Trying To Run Hyperparameter Optimisation By Cloning A Base Training Task

This is a suspicion only. It could be something else. In my case, there is no artifact or other config with a dict containing that key. Only the label map contains that key

3 years ago
0 Hey All. I'M Seeing A Strange Error When Trying To Run Hyperparameter Optimisation By Cloning A Base Training Task

Hey Martin. By labels map, I'm referring to the labels map assigned to the model. The one you can view in the models tab // labels

3 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

New user is trying to push tasks, and the task is instantly changed to aborted from running

2 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

It should be a draft, so that it can be enqueued

2 years ago
0 Has Anybody Integrated Airflow With Clearml Here? If So, What Has Been Your Experience?

We are planning to use Airflow as an extension of clearml itself, for several tasks:
we want to isolate the data validation steps from the general training pipeline; the validation will be handled using some base logic and some more advanced validations using something like great expectations. our training data will be a snapshot from the most recent 2 weeks, and this training data will be used across multiple tasks to automate the scheduling and execution of training pipelines periodically e...

2 years ago
0 Hey All. Is There A Best Practice Approach To Deploying Models Trained In Clearml? Does Anyone Have A Standard Workflow That They Employ?

In particular, I am trying to find a neat way to query all models available, and use tags to know the context. As it stands, I log the model accuracies/RMEs as part of the metadata, alongside the training data filepath. Issue is that this is not the neatest way of querying models across tasks without a lot of laborious manual lifting. Suggestions welcome

2 years ago
0 Hey All. Is There A Best Practice Approach To Deploying Models Trained In Clearml? Does Anyone Have A Standard Workflow That They Employ?

While we're here, how can I return the model accuracy (or any performance metric for that matter) given a model(s) belonging to a particular task? Is this information stored anywhere or do I need to explicitly log this data somehow?

2 years ago
0 Hi Folks, We Are Trying To Find A Tool To Help With Workflow Orchestration. This Is Our Stack So Far (Label Studio/Clearml/Seldon). Does Anyone Have Any Experience With Using Any Workflow Which Is Most Compatible Esp Wrt To Clearml.

We are planning on using airflow as the orchestration, but that may not fit your needs. I would say that the tool of choice is highly context specific.

We will be using airflow to trigger clearml-defined pipelines based on 'trigger' events, such as degradation in model performance, error alerts (e.g. at the data transformation task) etc.

2 years ago
0 Can The

As in an object from memory directly, without having to export the file first. I thought boto3 can handle this, but looking at the docs again, it doesn't look like it. File-like objects is their term, so maybe an export is required

2 years ago
0 Can The

Reason I am asking is because we have servers with large RAM capacity, but minimal storage capacity, meaning that objects held in memory can sometimes surpass storage capacity if export is required

2 years ago
0 Can The

I may just chunk the exports and see how I get on there 🙂 thanks for your help!

2 years ago
0 Hey All. I'M Seeing A Strange Error When Trying To Run Hyperparameter Optimisation By Cloning A Base Training Task

Yeah, it's not urgent. I will change the labels around to avoid this error 🙂 thanks for checking!

3 years ago
3 years ago
0 Hi Again, Is There A Way To Pass Secrets As Parameters Of A Task? I Have An Experiment That Requires Connecting To A Database, And I Need To Be Able To Pass The Creds As Task Params (Or In Another Way, I Don'T Know Yet). But I Don'T Want To Expose My Cred

How we resolved this issue is by developing a package to deal with the connecting and querying to databases. This package is then used inside the task for pulling the data from the data warehouse. There is a devops component here for authorising access to the relevant secret (we used SecretsManager on AWS). The clearml-agent instances are launched with role permissions which allow access to the relevant secrets. Hope that is helpful to you

3 years ago
0 Any Ideas Why This Is Happening? It Was Fine Yesterday

Thanks Jake, I will have a look. Is there a reason a lot disk space would be used on the server instance? Is there something in the config I can change to ensure that minimal memory is used on that server, and mostly s3 is used for storage?

3 years ago
Show more results compactanswers