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
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
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
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
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
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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, ...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Is there anywhere in the web UI where one can see the clearml server version running? I keep getting "version 1.1.1 is now available" even though I'm pretty ...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
In the pipeline examples, components have the following note: > # notice all package imports inside the function will be automatically logged as # required p...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
So the around app is also from ClearML? :shocked_face_with_exploding_head:
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
When uploading an artifact, can I list it in some grouping (like with parameters, having e.g. Args/foo , Args/bar )?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Does anyone know how we can restore ClearML on Helms chart from existing Snapshots (AWS)?
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Two things: The release of clearml-agent was not announced in 🤯 clearml-agent seems outdated wrt requirements, making poetry and clearml-agent incompatible:...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Also (unrelated), I noticed that after the upgrade to ClearML Server 1.2.0, the AWS (MinIO) credentials are not saved/used. It keeps asking for them whenever...
3 years ago
Show more results questions
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

FWIW It’s also listed in other places @<1523704157695905792:profile|VivaciousBadger56> , e.g. None says:

In order to make sure we also automatically upload the model snapshot (instead of saving its local path), we need to pass a storage location for the model files to be uploaded to.
For example, upload all snapshots to an S3 bucket…

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

Not sure I understand your comment - why not let the user start with an empty comparison page and add them from "Add Experiment" button as well?

3 years ago
0 Is There An Easy Way To Apply The Uncommitted Changes, Logged By Clearml, Locally To A Dev Environment?

Yes exactly, but I guess I could've googled for that 😅

Copy the uncommitted changes captured by ClearML using the UI, write to changes.patch , run git apply changes.patch 👍

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:

I'm trying, let's see; our infra person is away on holidays :X Thanks! Uh, which configuration exactly would you like to see? We're running using the helm charts on K8s, so I don't think I have direct access to the agent configuration/update it separately?

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

From the log you shared, the task is picked up by the 

worker_d1bd92a3b039400cbafc60a7a5b1e52b_4e831c4cbaf64e02925b918e9a3a1cf6_<hostname>:gpu0,1

 worker

I can try and target the default one if it helps..?

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

I’ll give the create_function_task one more try 🤔

one year 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? 🤔
one year ago
0 How Do I Stop A Zombie Agent?

Literally just as you said it - it happened

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

The results from searching in the "Add Experiment" view (can't resize column widths -> can't see project name ...)

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

Any updates @<1523701087100473344:profile|SuccessfulKoala55> ? 🙂

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

Hm, I'm not sure I follow 🤔 How does the API server config relate to the file server?

3 years ago
0 Since Clearml 1.6.3, A Dataset Attached To A Task Now Renames That Task By Adding A

And this is of course strictly with the update to 1.6.3 (or newer) that should support API 2.20

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

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

No worries @<1537605940121964544:profile|EnthusiasticShrimp49> ! I made some headway by using Task.create , writing a temporary Python script, and using task.update in a similar way to how pipeline steps are created.

I'll try and create an MVC to reproduce the issue, though I may have strayed from your original suggestion because I need to be able to use classes and not just functions.

one year ago
0 For Remote Execution Where The Queue Has

Uhhh, but pyproject.toml does not necessarily entail poetry... It's a new Python standard

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

Now, the original pyhocon does support include statements as you mentioned - https://github.com/chimpler/pyhocon

3 years ago
0 Is There Some Automated Migration For Existing Tasks From Other Mlops Frameworks To Clearml? (Specifically, Interested In Migrating From Mlflow)

Oh! Nice! I'll have a go at it and report back at the PR if it's in a functional state 🙂 Thanks AgitatedDove14 !

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

So the ..data referenced in the example above are part of the git repository?
What about setting the working_directory to the user working directory using Task.init or Task.create ?

4 years ago
0 I Have Some Code That Launches Ml Tasks And It Accepts A Yaml File,

I mean, I know I could connect_configuration({k: os.environ.get(k) for k in [...]}) , but then those environment variables would be exposed in the ClearML UI, which is not ideal (the environment variables in question hold usernames and passwords, required for DB access)

4 years ago
0 Soooo… The Tooltip For Some Buttons In The Webui Hides The Actual Buttons

Any simple ways around this for now? @<1523701070390366208:profile|CostlyOstrich36>

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

One last MinIO-related question (sorry for the long thread!)
While I do have the access and secret defined in clearml.conf, and even in the WebUI, I still get similar warnings as David does here - https://clearml.slack.com/archives/CTK20V944/p1640135359125200

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

If I add the bucket to that (so CLEARML_FILES_HOST= s3://minio_ip:9000/minio/bucket ), I then get the following error instead --

2021-12-21 22:14:55,518 - clearml.storage - ERROR - Failed uploading: SSL validation failed for ... [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1076)

3 years ago
0 Since V1.4.0, Our

SweetBadger76 TimelyPenguin76
We're finally tackling this (since it has kept us back at 1.3.2 even though 1.6.2 is out...), and noticed that now the bucket name is also part of the folder?

So following up from David's latest example:
StorageManager.download_folder(remote_url='s3://****-bucket/david/', local_folder='./')Actually creates a new folder ./****-bucket/david/ and puts it contents there.

EDIT: This is with us using internal MinIO, so I believe ClearML parses that end...

3 years ago
Show more results compactanswers