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 9 months ago

Reputation

0

Badges 1

662 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Does the ClearML team still post updates in this channel when new ClearML versions come out? If not, what's the easiest way to keep track of various release ...
2 years ago
0 Votes
7 Answers
993 Views
0 Votes 7 Answers 993 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
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
If we use a poetry queue and do not specify the agent.package_manager.poetry_version , will ClearML install/update anything? Asking because there are some is...
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I realize I'm asking many niche questions - my apologies πŸ™ˆ Is there a way to translate task.data.user (user ID) to the actual username? Use case is that I'd...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Are the docs broken? https://clear.ml/docs/latest/docs/release_notes/ver_1_7 gives me this
2 years ago
0 Votes
2 Answers
567 Views
0 Votes 2 Answers 567 Views
Is there a GCP driver similar to aws_driver.py ? None
9 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
When I upgrade the server, do I need to do anything with the agents/queues (redefine them, etc)?
2 years ago
0 Votes
28 Answers
1K Views
0 Votes 28 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What privileges/IAM role would the AWS autoscaler need?
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Seems like ClearML tasks in offline mode cannot be properly closed, we get ValueError: Unsupported keyword arguments: publish when calling task.close() . Thi...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
2 years ago
0 Votes
4 Answers
976 Views
0 Votes 4 Answers 976 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 ...
2 years ago
0 Votes
3 Answers
999 Views
0 Votes 3 Answers 999 Views
Does anyone know how we can restore ClearML on Helms chart from existing Snapshots (AWS)?
one year ago
0 Votes
13 Answers
718 Views
0 Votes 13 Answers 718 Views
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
10 months ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
ClearML 1.3.2 I'm running Task.get_tasks(project_name=...) and suddenly I get 2022-04-07 10:28:43,617 - clearml.Task - ERROR - Failed reloading task c2d514f3...
2 years ago
0 Votes
6 Answers
996 Views
0 Votes 6 Answers 996 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...
2 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K 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...
3 years ago
0 Votes
29 Answers
1K Views
0 Votes 29 Answers 1K Views
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 tas...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
There seems to be an error if a project name has spaces (at least at the top-level name). I created a project called internal tests (with the space), and it ...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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) - ...
2 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
For remote execution where the queue has poetry as the default package manager, can the user decide to e.g. ignore the lock file?
2 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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...
3 years ago
0 Votes
14 Answers
998 Views
0 Votes 14 Answers 998 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 ...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Is it expected that K8s helm chart also starts a ClearML worker?
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
We’re running clearml-agent on k8s and I first noticed some warnings from the pod about Python 3.6..? > /usr/lib/python3/dist-packages/secretstorage/dhcrypto...
one year ago
0 Votes
0 Answers
991 Views
0 Votes 0 Answers 991 Views
I have a project filled with failed attempts at onboarding to clearml by now πŸ˜…
3 years ago
0 Votes
23 Answers
976 Views
0 Votes 23 Answers 976 Views
Back to this ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 😒 Hanging for the past ~45m like this
2 years ago
Show more results questions
0 Weird Error; My Local Execution Hung With

It misses the repository information of course, but the 'configuration/Args' were logged. So something weird in identifying the repository

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 πŸ™‚

2 years ago
0 We Use Environment Variables In Our

Setting the endpoint will not be the only thing missing though, so unfortunately that's insufficient 😞

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

No need for S3 or other resources?

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?

` # test_clearml.py
import pytest
import shutil
import clearml

@pytest.fixture
def clearml_task():
clearml.Task.set_offline_mode(True)
task = clearml.Task.init(project_name="test", task_name="test")
yield task
shutil.rmtree(task.get_offline_mode_folder())
clearml.Task.set_offline_mode(False)

class ClearMLTests:
def test_something(self, clearml_task):
assert True run with pytest test_clearml.py `

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

UPDATE: Apparently the quotation type matters for furl ? I switched the ' to \" and it seems to work now

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

Since the additional credentials are available to the autoscaler when it boots up (via the config file), I thought it could use those natively?

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

Does that make sense CostlyOstrich36 ? Any thoughts on how to treat this? For the time being I'm also perfectly happy to include something specific to extra_clearml_conf , but I'm not sure how to set the sdk.aws.s3.credentials to be a list of dictionaries as needed

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

Would be great if it is 😍 We have few files that change frequently and are quite large in size, and it would be quite a storage hit to save all of them

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

I also tried setting agent.python_binary: "/usr/bin/python3.8" but it still uses Python 2.7?

2 years ago
2 years ago
0 How Do I Stop A Zombie Agent?

Aw you deleted your response fast CostlyOstrich36 xD

Indeed it does not appear in ps aux so I cannot simply kill it (or at least, find it).
I was wondering if it's maybe just a zombie in the server API or similar

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

TimelyPenguin76 CostlyOstrich36 It seems a lot of manual configurations is required to get the EC2 instances up and running.
Would it not make sense to update the autoscaler (and example script) so that the config.yaml that's used for the autoscaler service is implicitly copied to the EC2 services, and then any extra_clearml_conf are used/overwritten?

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

I'm not sure I follow, how would that solution look like?

3 years ago
0 We'Re Using Ray And Clearml Together, And Suddenly We'Re Seeing Some Hanging Threads, And Finally We Got An Error Message:

SuccessfulKoala55 could this be related to the monkey patching for logging platform? We have our own logging handlers that we use in this case

2 years ago
0 We Use Environment Variables In Our

That's what I thought too, it should only look for the CLEARML_TASK_ID environment variable?

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

Same result 😞 This is frustrating, wtf happened :shocked_face_with_exploding_head:
This is also specifically the services queue worker I'm trying to debug πŸ€”

2 years ago
0 I Encountered A Weird Edge Case With The Aws Auto-Scaler, Wondering If There Are Any Solutions Or If This Is A Known Issue. Something As Follows Happened:

CostlyOstrich36 I'm not sure what is holding it from spinning down. Unfortunately I was not around when this happened. Maybe it was AWS taking a while to terminate, or maybe it was just taking a while to register in the autoscaler.

The logs looked like this:

  1. Recognizing an idle worker and spinning down.
    2022-09-19 12:27:33,197 - clearml.auto_scaler - INFO - Spin down instance cloud id 'i-058730639c72f91e1'2. Recognizing a new task is available, but the worker is still idle.
    ` 2022-09...
2 years ago
0 How Do I Stop A Zombie Agent?

It's removed now, magic of asking for help and doing nothing πŸ˜„

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

AgitatedDove14
I'll make a PR for it now, but the long story is that you have the full log, but the virtualenv version is not logged anywhere (the usual output from virtualenv just says which Python version is used, etc).

2 years ago
0 What Could Cause A Queue To Be Recreated Automatically? I Experimented With The Autoscaler With Queue Name

Could also be related to K8, so pinging JuicyFox94 just in case πŸ˜‰

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

I know, that should indeed be the default behaviour, but at least from my tests the use of --python ... was consistent, whereas for some reason this old virtualenv decided to use python2.7 otherwise 🀨

2 years ago
Show more results compactanswers