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
UnevenDolphin73
Moderator
106 Questions, 749 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

662 × Eureka!
0 Votes
18 Answers
629 Views
0 Votes 18 Answers 629 Views
Since ClearML 1.6.3, a dataset attached to a Task now renames that task by adding a .datasets in the path, making it hidden. Can we control/cancel this? We c...
one year ago
0 Votes
18 Answers
588 Views
0 Votes 18 Answers 588 Views
!! In remote execution, do agents inherit the config from the queue from which they pull the task?
one year ago
0 Votes
5 Answers
582 Views
0 Votes 5 Answers 582 Views
We’re randomly getting the following message - 2023-03-07 11:07:26,123 [WARNING] [urllib3.connectionpool]: Retrying (Retry(total=237, connect=237, read=240, ...
one year ago
0 Votes
10 Answers
563 Views
0 Votes 10 Answers 563 Views
More clarification on documentation (ClearML Data): > Dataset changes are stored using differentiable storage, meaning a version will store the change-set fr...
2 years ago
0 Votes
16 Answers
723 Views
0 Votes 16 Answers 723 Views
How would I go about adding multiple credentials in the autoscaler? (i.e. specify multiple sdk.aws.s3.credentials ) It's a bit odd that one would also have t...
one year ago
0 Votes
30 Answers
612 Views
0 Votes 30 Answers 612 Views
Trying to run AWS autoscaler with poetry queue, and I get: Traceback (most recent call last): File "/root/.local/bin/poetry", line 5, in from poetry.console....
one year ago
0 Votes
6 Answers
561 Views
0 Votes 6 Answers 561 Views
So the around app is also from ClearML? :shocked_face_with_exploding_head:
3 years ago
0 Votes
30 Answers
661 Views
0 Votes 30 Answers 661 Views
Is there any testing suite that ships with ClearML? If we'd like to make some unit tests for our code?
one year ago
0 Votes
12 Answers
618 Views
0 Votes 12 Answers 618 Views
When uploading an artifact, can I list it in some grouping (like with parameters, having e.g. Args/foo , Args/bar )?
2 years ago
0 Votes
7 Answers
600 Views
0 Votes 7 Answers 600 Views
Is it expected that K8s helm chart also starts a ClearML worker?
one year ago
0 Votes
7 Answers
579 Views
0 Votes 7 Answers 579 Views
In the pipeline examples, components have the following note: > # notice all package imports inside the function will be automatically logged as # required p...
one year ago
0 Votes
2 Answers
587 Views
0 Votes 2 Answers 587 Views
Confirming about the documentation for clearml.conf : > agent.enable_task_env > ( > bool > ) Set the OS environments based on the Task's Environment section ...
2 years ago
0 Votes
5 Answers
567 Views
0 Votes 5 Answers 567 Views
Getting a weird error on local setup for ClearML Server: 2022-03-30 08:07:07,932 - clearml.Task - ERROR - Action failed <500/0: tasks.get_all/v1.0 (mongo:270...
2 years ago
0 Votes
5 Answers
650 Views
0 Votes 5 Answers 650 Views
How does ClearML store some of the more intrinsic data (scalars, plots, etc)? We recently recovered Mongo from a backup and while the projects and tasks are ...
one year ago
0 Votes
30 Answers
732 Views
0 Votes 30 Answers 732 Views
One more follow-up still; we're trying to run non-GPU scaler, and I've finally sorted out subnet and security groups issues, only to run into this: Executing...
one year ago
0 Votes
30 Answers
618 Views
0 Votes 30 Answers 618 Views
I'm trying to set up some initial experiments within our stack, but when I use the execute_remotely task, I get this error: clearml_agent: ERROR: Failed gett...
2 years ago
0 Votes
23 Answers
630 Views
0 Votes 23 Answers 630 Views
We're trying to upgrade our ClearML on K8s but we're getting this error - Error: UPGRADE FAILED: cannot patch "clearml-fileserver-data" with kind PersistentV...
one year ago
0 Votes
7 Answers
605 Views
0 Votes 7 Answers 605 Views
If I create a dataset with Dataset.create(..., use_current_task=True) , that task holds the dataset. Can I then refer/copy/attach the same dataset to other t...
one year ago
0 Votes
5 Answers
652 Views
0 Votes 5 Answers 652 Views
What could cause a queue to be recreated automatically? I experimented with the autoscaler with queue name foo , got it working, closed the autoscaler, delet...
one year ago
0 Votes
13 Answers
597 Views
0 Votes 13 Answers 597 Views
Two things: The release of clearml-agent was not announced in ๐Ÿคฏ clearml-agent seems outdated wrt requirements, making poetry and clearml-agent incompatible:...
one year ago
0 Votes
1 Answers
582 Views
0 Votes 1 Answers 582 Views
Side note for documentation, Task.project reads > Returns the current Task’s project name. But it actually returns the project ID
one year ago
0 Votes
5 Answers
623 Views
0 Votes 5 Answers 623 Views
We're running into errors such as this: Action failed <500/0: tasks.add_or_update_artifacts/v2.10 (Update failed (BSONObj size: 18564134 (0x11B4426) is inval...
one year ago
0 Votes
3 Answers
580 Views
0 Votes 3 Answers 580 Views
Is there any way (or are there any plans) to include some view for datasets in the WebUI? One that is detached from the generating task?
2 years ago
0 Votes
6 Answers
536 Views
0 Votes 6 Answers 536 Views
Is there some automated migration for existing tasks from other MLOps frameworks to ClearML? (Specifically, interested in migrating from mlflow)
2 years ago
0 Votes
1 Answers
635 Views
0 Votes 1 Answers 635 Views
We're moving from on-premise to AWS - is there an easy way to migrate wall the tasks, projects, etc to the new instance?
one year ago
0 Votes
13 Answers
166 Views
0 Votes 13 Answers 166 Views
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
3 months ago
0 Votes
0 Answers
625 Views
0 Votes 0 Answers 625 Views
Any easy way to ensure the pipline (tasks + controller) are not hidden in the projects UI? EDIT: Apparently not; for the time being I created this https://gi...
one year ago
0 Votes
26 Answers
598 Views
0 Votes 26 Answers 598 Views
I have some code that launches ML tasks and it accepts a YAML file, .env file and various CSVs. What would be the best way to upload these to a clearml task ...
2 years ago
0 Votes
8 Answers
573 Views
0 Votes 8 Answers 573 Views
Can I somehow change a project settings via the Python SDK?
one year ago
0 Votes
6 Answers
588 Views
0 Votes 6 Answers 588 Views
... and yet another ๐Ÿ˜„ When using the UI with regex to search for experiments, due to the greedy nature of the search, it consistently pops up the "ERROR Fet...
one year ago
Show more results questions
0 How Can I Ensure Tasks In A Pipeline Have The Same Environment As The Pipeline Itself? It Seems A Bit Counter-Intuitive That The Pipeline (Executed Remotely) Captures The Local Environment, But The Tasks (Executed Remotely) Do Not Use That Same Environmen

How or why is this the issue? I great something is getting lost in translation :D
On the local machine, we have all the packages needed. The code gets sent for remote execution, and all the local packages are frozen correctly with pip.
The pipeline controller task is then generated and executed remotely, and it has all the relevant packages.
Each component it launches, however, is missing the internal packages available earlier :(

one year ago
0 Is There A Way To Save The Models Completely On The Clearml Server? It Seems That Clearml Server Does Not Store The Models Or Artifacts Itself, But They Are Stored Somewhere Else (E.G., Aws S3-Bucket) Or On My Local Machine And Clearml Server Is Only Sto

I can only say Iโ€™ve found ClearML to be very helpful, even given the documentation issue.
I think theyโ€™ve been working on upgrading it for a while, hopefully something new comes out soon.
Maybe @<1523701205467926528:profile|AgitatedDove14> has further info ๐Ÿ™‚

one year ago
0 Can Steps Be Removed From Pipelines, And/Or Can Pipelines Be Generally Modified Other Than Adding Steps To Them?

Dynamic pipelines in a notebook, so I donโ€™t have to recreate a pipeline every time a step is changed ๐Ÿค”

3 months ago
0 Can Steps Be Removed From Pipelines, And/Or Can Pipelines Be Generally Modified Other Than Adding Steps To Them?

Oh nono, more like:

  • Create a pipeline
  • Add N steps to it
  • Run the pipeline
  • It fails/succeeds, the user does something with the output
  • The user would like to add/modify some steps based on the results now (after closer inspection).I wonder if at (5), do I have to recreate the pipeline every time? ๐Ÿค”
3 months ago
0 Can Steps Be Removed From Pipelines, And/Or Can Pipelines Be Generally Modified Other Than Adding Steps To Them?

This is related to my other thread, so Iโ€™ll provide an example there -->

3 months ago
0 Can Steps Be Removed From Pipelines, And/Or Can Pipelines Be Generally Modified Other Than Adding Steps To Them?

Yeah I was basically trying to avoid clutter in the Pipelines page. But see my other thread for the background, maybe you have some good input there? ๐Ÿ™

3 months ago
0 Can Steps Be Removed From Pipelines, And/Or Can Pipelines Be Generally Modified Other Than Adding Steps To Them?

Yeah I will probably end up archiving them for the time being (or deleting if possible?).

Otherwise (regarding the code question), I think itโ€™s better if we continue the original thread, as it has a sample code snippet to illustrate what Iโ€™m trying to do.

3 months ago
0 When Uploading An Artifact, Can I List It In Some Grouping (Like With Parameters, Having E.G.

So basically I'm wondering if it's possible to add some kind of small hierarchy in the artifacts, be it sections, groupings, tabs, folders, whatever.

2 years ago
0 When Uploading An Artifact, Can I List It In Some Grouping (Like With Parameters, Having E.G.

TimelyPenguin76 that would have been nice but I'd like to upload files as artifacts (rather than parameters).

AgitatedDove14 I mean like a grouping in the artifact. If I add e.g. foo/bar to my artifact name, it will be uploaded as foo/bar .

2 years ago
0 When Uploading An Artifact, Can I List It In Some Grouping (Like With Parameters, Having E.G.

The SDK is fine as it is - I'm more looking at the WebUI at this point

2 years ago
2 years ago
0 We'Re Trying To Use The Aws Autoscaler And Have Managed To Get It Up And Running With Spinning Up Instances. However, It Does Not Seem To Pull Any Of The Tasks For The Remote Instances. We See It Gets

SuccessfulKoala55 TimelyPenguin76
After looking into it, I think it's because our AMI does not have docker, and that the default instance suggested by ClearML auto scaler example is outdated

2 years ago
0 We'Re Trying To Use The Aws Autoscaler And Have Managed To Get It Up And Running With Spinning Up Instances. However, It Does Not Seem To Pull Any Of The Tasks For The Remote Instances. We See It Gets

From our IT dept:

Not really, when you launch the instance, the launch has to already be in the right VPC/Subnet. Configuration tools are irrelevant here.

2 years ago
0 Is There A Way To Save The Models Completely On The Clearml Server? It Seems That Clearml Server Does Not Store The Models Or Artifacts Itself, But They Are Stored Somewhere Else (E.G., Aws S3-Bucket) Or On My Local Machine And Clearml Server Is Only Sto

Heh, good @<1523704157695905792:profile|VivaciousBadger56> ๐Ÿ˜
I was just repeating what @<1523701070390366208:profile|CostlyOstrich36> suggested, credits to him

one year ago
one year ago
0 Clearml Pipelines Can Be Build From Tasks, Functions, And Decorated Functions, According To The Examples In

Also, creating from functions allows dynamic pipeline creation without requiring the tasks to pre-exist in ClearML, which is IMO the strongest point to make about it

one year ago
0 Clearml Pipelines Can Be Build From Tasks, Functions, And Decorated Functions, According To The Examples In
  • in the second scenario, I might have not changed the results of the step, but my refactoring changed the speed considerably and this is something I measure.
  • in the third scenario, I might have not changed the results of the step and my refactoring just cleaned the code, but besides that, nothing substantially was changed. Thus I do not want a rerun.Well, I would say then that in the second scenario itโ€™s just rerunning the pipeline, and in the third itโ€™s not running it at all ๐Ÿ˜„
    (I ...
one year ago
Show more results compactanswers