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
3 Answers
894 Views
0 Votes 3 Answers 894 Views
3 years ago
0 Votes
6 Answers
940 Views
0 Votes 6 Answers 940 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
963 Views
0 Votes 6 Answers 963 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
25 Answers
951 Views
0 Votes 25 Answers 951 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
1K Views
0 Votes 2 Answers 1K Views
one year 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
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
2 Answers
972 Views
0 Votes 2 Answers 972 Views
Has anybody integrated Airflow with ClearML here? If so, what has been your experience?
3 years ago
0 Votes
12 Answers
947 Views
0 Votes 12 Answers 947 Views
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
30 Answers
1K Views
0 Votes 30 Answers 1K Views
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
5 Answers
973 Views
0 Votes 5 Answers 973 Views
Can the StorageManager upload directly from memory or does it have to be from a local file?
3 years ago
0 Votes
6 Answers
922 Views
0 Votes 6 Answers 922 Views
3 years ago
0 Votes
14 Answers
999 Views
0 Votes 14 Answers 999 Views
Any ideas why this is happening? It was fine yesterday
3 years ago
0 Votes
6 Answers
895 Views
0 Votes 6 Answers 895 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
15 Answers
997 Views
0 Votes 15 Answers 997 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
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
18 Answers
1K Views
0 Votes 18 Answers 1K Views
3 years ago
0 Votes
4 Answers
537 Views
0 Votes 4 Answers 537 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
9 Answers
977 Views
0 Votes 9 Answers 977 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 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

Here is the error message from the console
Collecting git+ssh://****@github.com/15gifts/py-db.git Cloning ssh://****@github.com/15gifts/py-db.git to /tmp/pip-req-build-xai2xts_ Running command git clone -q 'ssh://****@github.com/15gifts/py-db.git' /tmp/pip-req-build-xai2xts_ ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

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

That is a neat way of making it work! Thanks Martin. Once I've added the SSH key to the deployment keys in that repo, then the change in the config should work right? I'm guessing the extra index URL can be a URL to the github repo of interest? (not another privately hosted pypi repo)

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

Yeah I would say that a demo on this would be great. I think this task is difficult as is given the differences in deployment architectures, but for common tasks it would be good to have some additional docs/examples 🙂

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

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

3 years ago
Show more results compactanswers