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

Reputation

0

Badges 1

662 × Eureka!
0 Is There Any Testing Suite That Ships With Clearml? If We'D Like To Make Some Unit Tests For Our Code?

Or well, because it's not geared for tests, I'm just encountering weird shit. Just calling task.close() takes a long time

3 years ago
0 We Have Configured The Aws Credentials In The Remote Worker'S

Thanks SuccessfulKoala55 ! Is this listed anywhere in the documentation?
Could I set an environment variable there and then refer to it internally in the config with the ${...} notation?

I see https://github.com/allegroai/clearml-agent/blob/d2f3614ab06be763ca145bd6e4ba50d4799a1bb2/clearml_agent/backend_config/utils.py#L23 but not where it's called ๐Ÿค”

2 years ago
0 Is There An Autoscaler Equivalent For K8S? That Is, A Service That Will Launch Pods Based On Incoming Requests?

Maybe @<1523701827080556544:profile|JuicyFox94> can answer some questions thenโ€ฆ

For example, whatโ€™s the difference between agentk8sglue.nodeSelector and agentk8sglue.basePodTemplate.nodeSelector ?
Am I correct in understanding that the former decides the node type that runs the โ€œscalerโ€ (listening to the given agentk8sglue.queue ), and the latter for any new booted instance/pod, that will actually run the agent and the task?
Read: The former can be kept lightweight, as it does no...

2 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

Yeah that works fine ๐Ÿ˜„ I just fetch it once to map argparse users to their IDs for later filtering.

The Slack Monitoring example should be updated btw, as they now use slack_sdk instead of slack (in the import statements)

3 years ago
0 Is It Expected That K8S Helm Chart Also Starts A Clearml Worker?

yes, a lot of moving pieces here as we're trying to migrate to AWS and set up autoscaler and more ๐Ÿ˜…

3 years ago
0 Seems Like Clearml Tasks In Offline Mode Cannot Be Properly Closed, We Get

I opened a GH issue shortly after posting here. @<1523701312477204480:profile|FrothyDog40> replied (hoping I tagged the right person).

We need to close the task. This is part of our unittests for a framework built on top of ClearML, so every test creates and closes a task.

2 years ago
0 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:

We have a read-only user with personal access token for these things, works seamlessly throughout and in our current on premise servers... So perhaps something missing in the autoscaler definitions?

3 years ago
0 Is There Any Testing Suite That Ships With Clearml? If We'D Like To Make Some Unit Tests For Our Code?

I dunno :man-shrugging: but Task.init is clearly incompatible with pytest and friends

3 years ago
0 What Privileges/Iam Role Would The Aws Autoscaler Need?

No need for S3 or other resources?

3 years ago
0 What Would Be The Best Way To Approach This Flow?

One must then ask, of course, what to do if e.g. a text refers to a dictionary configuration object? ๐Ÿค”

3 years ago
0 I Think Something Is Messed Up In My Remote Agents Environment, Could Someone Lend A Hand? I'M Getting This During Remote Execution (Poetry Queue):

Latest (1.5.1 I believe?), full log incoming, but it's like I've posted elsewhere already ๐Ÿค”
It just sets up the environment and immediately crashes when trying to run the code.
The setup itself is done correctly.

2 years ago
0 I'M Trying To Set Up Some Initial Experiments Within Our Stack, But When I Use The

It failed on some missing files in my remote_execution, but otherwise seems fine now

4 years ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

Could you provide a more complete set of instructions, for the less inclined?
How would I backup the data in future times etc?

3 years ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

At any case, if we were upgrading from e.g. 4.0.0 to 4.1.2, this shouldn't have happened?

3 years ago
2 years ago
0 Is It Possible To Avoid The Clearml-Agent For Local Installations, And Have The File Server Automatically Use An S3 Bucket? I'Ve Found

The key/secret is also shared internally so that sounds like a nice mitigation actually!
Which environment variable am I looking for? I couldn't spot anything specifically in that environment variables page

3 years ago
3 years ago
0 We’Re Randomly Getting The Following Message -

But there's nothing of that sort happening. The process where it's failing is on getting tasks for a project.

2 years ago
0 Hi All, I Try To Pass Secrets From My Local Machine To A Remote Agent. I'M Using The

For the former (static-ish environment variables), just add:

environment {
  VAR1: value1
  VAR2: value2
}

to the agentโ€™s clearml.conf

2 years ago
0 Does Clearml Exposes (Even Temporarily) The Contents Of E.G.

Because setting env vars and ensuring they exist on the remote machine during execution etc is more complicated ๐Ÿ˜

There are always ways around, I was just wondering what is the expected flow ๐Ÿ™‚

3 years ago
0 More Clarification On Documentation (Clearml Data):

Yes it would be ๐Ÿ™‚
Visualization is always a difficult topic... I'm not sure about that, but a callback would be nice.

One idea that comes to mind (this is of course limited to DataFrames), but think the git diff , where I imagine 3 independent section:
Removed columns (+ truncated preview of removed values) (see below) Added columns (+ truncated preview of removed values)
The middle column is then a bit complicated, but I would see some kind of "shared columns" dataframe, where each ...

3 years ago
0 Can One Compare Experiments/Tasks From Different Projects? Edit: I Mean, I Can Manually Navigate To Some

Also I can't select any tasks from the dashboard search results ๐Ÿ˜ž

3 years ago
Show more results compactanswers