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

Reputation

0

Badges 1

90 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
2 Answers
968 Views
0 Votes 2 Answers 968 Views
Has anybody integrated Airflow with ClearML here? If so, what has been your experience?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hey all. Is there a best practice approach to deploying models trained in clearml? Does anyone have a standard workflow that they employ?
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Why would every submitted task be aborted directly?
3 years ago
0 Votes
5 Answers
966 Views
0 Votes 5 Answers 966 Views
Can the StorageManager upload directly from memory or does it have to be from a local file?
3 years ago
0 Votes
15 Answers
991 Views
0 Votes 15 Answers 991 Views
Hey all. Question regarding scheduling and orchestration. Does ClearML provide any tooling to schedule entire training pipelines and to trigger training pipe...
2 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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
14 Answers
994 Views
0 Votes 14 Answers 994 Views
Any ideas why this is happening? It was fine yesterday
3 years ago
0 Votes
3 Answers
886 Views
0 Votes 3 Answers 886 Views
3 years ago
0 Votes
6 Answers
939 Views
0 Votes 6 Answers 939 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
6 Answers
959 Views
0 Votes 6 Answers 959 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
889 Views
0 Votes 6 Answers 889 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...
3 years ago
0 Votes
6 Answers
914 Views
0 Votes 6 Answers 914 Views
3 years ago
0 Votes
9 Answers
970 Views
0 Votes 9 Answers 970 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...
2 years ago
0 Votes
4 Answers
534 Views
0 Votes 4 Answers 534 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
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 years ago
0 Votes
12 Answers
942 Views
0 Votes 12 Answers 942 Views
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
3 years ago
0 Votes
25 Answers
945 Views
0 Votes 25 Answers 945 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
1K Views
0 Votes 18 Answers 1K Views
3 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

Ok, that explains a lot. The new user was using version 1.x.x and I was using version 0.17.x. That is why I think my task was being drafted. and his was being aborted.

There is no specific use case for draft mode - it was just the mode I knew that I understood to be used for enqueuing a newly created task, but I assume that aborted now has the same functionality

3 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.

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

@<1687643893996195840:profile|RoundCat60> Hey Alex. Could you take a look at this when you're free later on please

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

From what I can tell, docker has some leakage here. Temp files are not removed correctly, resulting in the build up of disk storage usage.
See the following for more details
https://stackoverflow.com/questions/46672001/is-it-safe-to-clean-docker-overlay2
https://forums.docker.com/t/some-way-to-clean-up-identify-contents-of-var-lib-docker-overlay/30604
https://docs.docker.com/storage/storagedriver/overlayfs-driver/

Im going to write a clean up script and add that to the cron. I dont bel...

3 years ago
0 Can The

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

3 years ago
0 Hey, I Have Another Question, Now About The

Out of curiosity, is there a reason why utils is not a package in its own right?

I have found that a private PyPi repo really does help with managing dependencies

3 years ago
3 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

3 years ago
0 Hey. This May Be A Silly Question ... But I Am Unsure About How The

Yes it does 🙂 I suspected this was the process. Thanks Jake. One last question, more so about the architecture design - is it advised to have the clearml server instance and a 'worker' instance listening to the queue as separate remote machines, or can I use the same instance for the web UI and and as a worker? I understand that processing pipelines may be compute intense enough to consume all resources and break the web UI, but I was wondering whether using a single large instance is a po...

3 years ago
0 Hey All. Another Question - How Are Private Packages Handled/Installed So That Clearml-Agent Can Execute A Task? I Have A Bunch Of Private Repos For Communicating With The Data Warehouse. I Could Do A System-Wide Installation For It On The Clearml-Agent I

While we are here - excuse my ignorance for now if this has already been stated in the docs ..

Is it possible to launch multiple clearml-agents on a dedicated clearml-agent server? I noticed that with one agent, only one task gets executed at one time

3 years ago
0 Hey All. Another Question - How Are Private Packages Handled/Installed So That Clearml-Agent Can Execute A Task? I Have A Bunch Of Private Repos For Communicating With The Data Warehouse. I Could Do A System-Wide Installation For It On The Clearml-Agent I

Hey Martin. We have managed to resolve this. FYI the issue was with the resolving of the host. It had to be changed from @github.com to what the host is in the ssh config file!

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

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

3 years ago
0 Hey. This May Be A Silly Question ... But I Am Unsure About How The

Awesome, thank you Jake! very helpful. For a lot of the models we run, we do not require GPU resources, so its good to know that a beefy instance should be able to run the experiments.

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

3 years ago
0 Hey All. Question Regarding Scheduling And Orchestration. Does Clearml Provide Any Tooling To Schedule Entire Training Pipelines And To Trigger Training Pipelines In Response To Events, E.G. Degraded Model Performance Alerting?

Our model store consists of metadata stored in the DWH, and model artifacts stored in S3. We technically use ClearML for managing the hardware resource for running experiments, but have our own custom logging of metrics etc. Just wondering how tricky integrating a trigger would be for that

2 years ago
0 Hey All. Another Question - How Are Private Packages Handled/Installed So That Clearml-Agent Can Execute A Task? I Have A Bunch Of Private Repos For Communicating With The Data Warehouse. I Could Do A System-Wide Installation For It On The Clearml-Agent I

Hey guys. Installing from the private repo is still failing. We have added the relevant deploy key to the repo, but I still get an error when trying to clone and install. Any ideas?

This is what I see under the 'Installed Packages' section
` # Python 3.8.5 (default, Sep 4 2020, 02:22:02) [Clang 10.0.0 ]
azure_storage_blob == 12.6.0
boto3 == 1.11.17
clearml == 0.17.4
git+ssh://git@github.com/15gifts/py-db.git

Detailed import analysis

**************************

IMPORT PACKAGE azure_st...

3 years ago
0 Hey. Seeing A Strange Error When Trying To Install A Private Python Package When The Agent Executes The Task. We Use Aws Codeartifact As The Private Pypi Repository. The Agent Attempts To Install The Package From Git, Rather Than A Regular Pip Install And

Only downside, which is not related to clearml, is that codeartifact authorisation tokens have to have a minimum lifespan of 15 mins. Usually, setting up envs before task execution takes less than a couple minutes, so the token lingers in the background. Nonetheless, all works as expected!

2 years ago
0 Hey. This May Be A Silly Question ... But I Am Unsure About How The

Thanks AnxiousSeal95 , will check it out! 🙂

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

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

3 years ago
0 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 Following Error:

Haha no not that much, I was just trying to play around with removing tasks etc, and didn't want to remove tasks created by co-workers.

Out of interest, is there a reason these are read-only? The code for these tasks is on github right?

3 years ago
Show more results compactanswers