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 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is there a way to generate usage stats and reports for queues? For example, how often is a queue used, how much CPU does the queue consume when it's used, et...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Are the docs broken? https://clear.ml/docs/latest/docs/release_notes/ver_1_7 gives me this
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Soooo… the tooltip for some buttons in the WebUI hides the actual buttons 🤔 Any quick fixes?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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?
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hey! Probably missed something, but I recently upgraded to 1.1.1, and I've just noticed that png artifacts are not displayed in the preview. Is this intentio...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Is there a way to interface with ClearML agent (CLI?) to handle model repositories and data versioning (but so, not experimentation, tight integration, pipel...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Can we temporarily disable the autologging feature? (specifically for matplotlib ?)
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
⚠️ ClearML version 1.8.1 had "fix" for the deferred init which introduces a bug btw, I've opened None to highlight this.
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is there a way to set precedence on package managers? If we set an agent to use poetry it will ignore local packages, even if I use the force_requirements_en...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there a way to force ClearML to first parse the config file, before running Task.init ? We’re relying in some code that the credentials in clearml.conf ar...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Does ClearML have any suggestions on GPU and non-GPU AMIs for the AutoScaler? The two default ones in the documentation are either: Non-existent (too old) - ...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Sometimes, on shorter tasks, my Task would hang for the 5 minute timeout with e.g. 2022-01-04 08:45:25,181 - clearml.Task - INFO - Waiting for repository det...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is it possible to avoid the clearml-agent for local installations, and have the file server automatically use an S3 bucket? I've found https://clearml.slack....
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Side note for documentation, Task.project reads > Returns the current Task’s project name. But it actually returns the project ID
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
We have configured the AWS credentials in the remote worker's clearml.conf , but they are not available to third parties that use e.g. AWS_ACCESS_KEY . Is th...
2 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Automatic logging for generated matplotlib works nicely, but for some reason it names the graphs as "00 untitled" and uses series "plot image" in ClearML UI ...
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Can one compare experiments/tasks from different projects? EDIT: I mean, I can manually navigate to some /compare-experiments end point and then find the tas...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there some automated migration for existing tasks from other MLOps frameworks to ClearML? (Specifically, interested in migrating from mlflow)
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Bug report? We noticed that the AWS autoscaler will lose track of instances crashing due to no space left on device, and the ec2 instance will remain running...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Weird error; my local execution hung with ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 2022-03-07 ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is there an easy way to apply the uncommitted changes, logged by ClearML, locally to a dev environment?
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Pipelines suddenly no longer appear in the Pipelines tab, what could/should I look into? EDIT: Using latest ClearML (agent, server, SDK), and creating the pi...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is there a guide on how to deploy a services agent on a k8s setup? Specifically, with the CLI we use flags such as --services-mode --cpu-only , and I can’t s...
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
For some reason the agent is now trying to use Python 2.7 all of a sudden, any idea why? 🤔 I see the following in the task's console output: New python exec...
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K 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 ...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Our Mac users are having some issues. They have their respective ~/clearml.conf, and yet they get: ClearML 1.1.5 Traceback (most recent call last): ... File ...
3 years ago
Show more results questions
0 Hey! Probably Missed Something, But I Recently Upgraded To 1.1.1, And I'Ve Just Noticed That Png Artifacts Are Not Displayed In The Preview. Is This Intentional? Edit: Ah, It Has To Be A

Not really - it will just show the string. A preview would be more like a low-res version of the uploaded image or similar.

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

The idea is that the features would be copied/accessed by the server, so we can transition slowly and not use the available storage manager for data monitoring

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

On it! Should I include the additional user filters described above?

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

Don't even need to specify json=... 😉 Thanks!

3 years ago
0 The Comparison Page Seems To Resize The Experiments So That All Tags Will Fit In The Screen, But Then The Experiments Are Pretty Much Impossible To Compare

I can scroll sideways but if I open any of the comparison items, I pretty much can only see one experiment's values

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

A follow up question (instead of opening a new thread), is there a way I could signal some files/directories to be copied to the execute_remotely task?

4 years ago
0 Can I Somehow Change A Project Settings Via The Python Sdk?

Where do I import this APIClient from AgitatedDove14 ? I meanwhile edited it directly in mongo, but editing a db directly on a Friday is a big nono

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

The logs are on the bucket, yes.
The default file server is also set to s3://ip:9000/clearml

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

It's of course not an MLOps issue so I understand it's not high on the priority list, but would be kinda cool to just have a simple view presenting the content of users.get_all 😄

3 years ago
0 Hi, I'M Trying To Access/Use Experiment'S Model+Data+Params My Model And Data Are Stored In S3 And I'M Not Sure What Is The Practice Of Getting Them Reddy To Use. When I Use

IIRC, get_local_copy() downloads a local copy and returns the path to the downloaded file. So you might be interested in e.g.
local_csv = pd.read_csv(a_task.artifacts['train_data'].get_local_copy())
With the models, you're looking for get_weights() . It acts the same as get_local_copy() , so it returns a path.

EDIT: I think also get_local_copy() for a model should work 👍

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

Sorry, not necessarily RBAC (although that is tempting 😉 ), but for now was just wondering if an average joe user has access to see the list of "registered users"?

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

I guess following the example https://github.com/allegroai/clearml/blob/master/examples/advanced/execute_remotely_example.py , it's not clear to me how the server has access to the data loaders location when it hits execute_remotely

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

No it doesn't, the agent has its own clearml.conf file.

I'm not too familiar with clearml on docker, but I do remember there are config options to pass some environment variables to docker.
You can then set your environment variables in any way you'd like before the container starts

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

So no direct page to see e.g. how many people have registered and/or if someone accidentally made two (or more) accounts, or somewhere to just delete users, etc

3 years ago
0 We Use Environment Variables In Our

SuccessfulKoala55 CostlyOstrich36 actually it is the import statement, just finally got around to the traceback:

` File "/home/.../ccmlp/configs/mlops.py", line 4, in <module>
from clearml import Task
File "/home/.../.venv/lib/python3.8/site-packages/clearml/init.py", line 4, in <module>
from .task import Task
File "/home/.../.venv/lib/python3.8/site-packages/clearml/task.py", line 31, in <module>
from .backend_interface.metrics import Metrics
File "/home/......

3 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

If I set the following:
"extra_clearml_conf": "sdk.aws.s3.credentials = [\n{\nhost: 'ip:9000'\nkey: 'xxx'\nsecret: 'xxx'\nmultipart: false\nsecure: false\n},\n{\nhost: 'ip2:9000'\nkey: 'xxx'\nsecret: 'xxx'\nmultipart: false\nsecure: false\n}\n]"I run into a weird furl error:
ValueError: Invalid port '9000''.

3 years ago
0 Getting A Weird Error On Local Setup For Clearml Server:

Yup! Seems to have been some brief unavailability for some reason

3 years ago
0 We Use Environment Variables In Our

I see, okay that already clarifies some stuff, I'll dig a bit more into this then! Thanks!

3 years ago
0 Can One Compare Experiments/Tasks From Different Projects? Edit: I Mean, I Can Manually Navigate To Some
  1. I guess? 🤔 I mean the same filter option one has for e.g. tags in the table view. In the "all experiments" project I think it would make sense for one to be able to select the projects of interest, or even filter for textual matches.

  2. Sorry I meant the cards indeed :)

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

Also (sorry for all of these!) - could be nice to have a direct "task comparison" link in the UI somewhere, that would open a comparison with no tasks and the user can add them manually using the "add experiments" button. :)

3 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

So basically what I'm looking for and what I have now is something like the following:
(Local) I have a well-defined aws_autoscaler.yaml that is used to run the AWS autoscaler. That same autoscaler is also run with CLEARML_CONFIG_FILE=.... (Remotely) The autoscaler launches, listens to the predefined queue, and is able to launch instances as needed. I would run a remote execution task object that's appended to the autoscaler queue. The autoscaler picks it up, launches a new instanc...

3 years ago
0 Back To This

Thanks for investigating this SweetBadger76 !

3 years ago
0 ... And Yet Another

Either one would be nice to have. I kinda like the instant search option, but could live with an ENTER to search.

I opened this meanwhile - https://github.com/allegroai/clearml-server/issues/138

Generally, it would also be good if the pop-up presented some hints about what went wrong with fetching the experiments. Here, I know the pattern is incomplete and invalid. A less advanced user might not understand what's up.

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

So kind of the ability to have more artifact types in "Artifacts" tab, other than Other and OutputModels , etc

3 years ago
Show more results compactanswers