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
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
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
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Any plans to add support for MultiIndex tables? That comma-separation feels a bit odd. (Also this shows up in plots while in the scalars tab I actually have ...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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): Summary -...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Can I somehow change a project settings via the Python SDK?
2 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
When using StorageManager.download_folder , I get the following error: Traceback (most recent call last): File "/home/idan/.clearml/venvs-builds/3.7/lib/pyth...
4 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
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Does ClearML somehow remove any loggers from logging module? We suddenly noticed that we have some handlers missing when running in ClearML
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is it expected that K8s helm chart also starts a ClearML worker?
3 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
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Can we use S3 buckets to cache environments?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Seems like ClearML tasks in offline mode cannot be properly closed, we get ValueError: Unsupported keyword arguments: publish when calling task.close() . Thi...
2 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
We're using Ray and ClearML together, and suddenly we're seeing some hanging threads, and finally we got an error message: 2022-01-10 09:58:56,803 [ERROR] [C...
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
How can I send a composed chunk of code for remote execution from within a notebook ?
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Can we use dynamodb with ClearML helm charts instead of mongodb? We'd like to move all stateful storage to AWS as a separate service and that would be a nice...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Back to autoscaler; is there any way to ensure the environment variables on the services queue (where the scaler runs) will be automatically exposed to new E...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there a GCP driver similar to aws_driver.py ? None
one year 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
9 Answers
2K Views
0 Votes 9 Answers 2K Views
How do I stop a zombie agent? πŸ€” I see it in clearml-agent list , but I do not see it in ps aux and when I try clearml-agent daemon --stop , I get Could not ...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I have a project filled with failed attempts at onboarding to clearml by now πŸ˜…
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K 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...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'd like the CONSOLE in a ClearML run to show only the stdout/stderr as it does now, but I'd also like ClearML to capture DEBUG level logs. Is there an easy ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Can I shutdown specific workers somehow? Running clearml-agent .... --stop just iterates over all the local workers and shuts them down one by one
3 years ago
Show more results questions
0 We Use Environment Variables In Our

Would it also be loaded on e.g. Task.running_locally() ?

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

I can't seem to manage the first way around. If I select tasks in different projects, I don't get the bottom bar offering to compare between them

3 years ago
0 We’Re Running Clearml-Agent On K8S And I First Noticed Some Warnings From The Pod About Python 3.6..?

(in the current version, that is, we’d very much like to use them obviously :D)

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

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

Perfect, thanks for the answers Valeriano. These small stuff are missing from the documentation, but I now feel much more confident in setting this up.

2 years ago
3 years ago
0 For Some Reason The Agent Is Now Trying To Use Python 2.7 All Of A Sudden, Any Idea Why?

Yes; I tried running it both outside venv and inside a venv. No idea why it uses 2.7?

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

AgitatedDove14 The keys are there, and there is no specifically defined user in .gitmodules :
[submodule "xxx"] path = xxx url =I believe this has to do with how ClearML sets up the git credentials perhaps?

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

It is. Let me see what else I have set up for MinIO in configs, one moment

3 years ago
0 What Happens To File That Are Downloaded To A Remote_Execution Via Storagemanager? Are They Removed At The End Of The Run, Or Does It Continuously Increases Disk Space?

Am I making sense ?

No, not really. I don't see how task.connect_configuration interacts with our existing CLI? Additionally, the documentation for task.connect_configuration say the second argument is the name of a file, not the path to it? So something is off

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

We’re using karpenter (more magic keywords for me), so my understanding is that that will manage the scaling part.

2 years ago
0 When Using

Generally the StorageManager seems a bit slow, even a simple StorageManager.list(...) on a local path seems to take a long time

4 years ago
0 What Happens To File That Are Downloaded To A Remote_Execution Via Storagemanager? Are They Removed At The End Of The Run, Or Does It Continuously Increases Disk Space?

I guess it's mixed. If #340 is resolved, then this initializer task will be a no-op: detach, and init-close new tasks as needed.

3 years ago
4 years ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

So maybe summarizing (sorry for the spam):

  • Pipelines:- Pros: Automatic upload and serialization of input arguments
  • Cons: Clutter, does not support classes, cannot inject code, does not recognize environment when run from e.g. IPython- Tasks:- Pros: Tidier and matches original idea, recognizes environment even when run from IPython
  • Cons: Does not support classes, cannot inject code, does not automatically upload input arguments
one year ago
0 Can One Compare Experiments/Tasks From Different Projects? Edit: I Mean, I Can Manually Navigate To Some

Unfortunately I can't take a photo of not being able to compare tasks by navigating around the WebUI...

Does that clarify the issue CostlyOstrich36 ?

3 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

~ is a bit weird since it's not part of the package (might as well let the user go through clearml-init ), but using ${PWD} works! πŸ‘ πŸ‘

(Though I still had to add the CLEARML_API_HOST and CLEARML_WEB_HOST ofc, or define them in the clearml.conf)

3 years ago
0 Is There A Way To Force Clearml To First Parse The Config File, Before Running

Yes πŸ˜… I want ClearML to load and parse the config before that. But now I'm not even sure those settings in the config are even exposed as environment variables?

2 years ago
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 Since Clearml 1.6.3, A Dataset Attached To A Task Now Renames That Task By Adding A

SmugDolphin23 we've been working with this for 2 weeks now, and it creates a lot of junk in our UI. Is there anyway to have better control over this?

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 Can I Run An Autoscaler Listening To A Regular Queue (I.E. Combine Autoscaling With On Premise Machines)? Or Does It Run The Danger Of Creating An Ec2 Instance While An On-Premise Machine Takes The Job?

I think now there's the following:
Resource type Queue (name) defines resource + max instancesAnd I'm looking for:
Resource type "pool" of resources (type + max instances) A pool can be shared among queues

3 years ago
Show more results compactanswers