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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
The remote workers seem to insist on using old git credentials, even after I stopped them, updated the conf file, and restarted them using it. Are the creden...
3 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
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
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
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
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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Can we report a pandas table with styling to be retained in the WebUI? It would be nice to report e.g. df.style.background_gradient(cmap='coolwarm', axis=Non...
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Confirming about the documentation for clearml.conf : > agent.enable_task_env > ( > bool > ) Set the OS environments based on the Task's Environment section ...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Also ubuntu 18.04 is losing support so everything in the image needs an update…
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Does ClearML exposes (even temporarily) the contents of e.g. sdk.aws.s3 to the relevant environment variables (i.e. AWS_SECRET_ACCESS_KEY )? Specifically, if...
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Is there any way in the WebUI to search by task name? I see the search bar only goes through projects
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
What could cause a queue to be recreated automatically? I experimented with the autoscaler with queue name foo , got it working, closed the autoscaler, delet...
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
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
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
13 Answers
1K Views
0 Votes 13 Answers 1K Views
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
one year 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
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
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
The ClearML helm charts page is gone? https://allegroai.github.io/clearml-helm-charts/
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
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Is there an autoscaler equivalent for K8s? That is, a service that will launch pods based on incoming requests?
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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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: Th...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
What would be the best way to approach this flow? We have a configuration file that defines e.g. the project name to use in ClearML, alongside other experime...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Good week ClearML team 🙂 I have found two more WebUI bugs (on the self-hosted server): If I look at a specific experiment (say, the Artifacts tab), and then...
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
19 Answers
2K Views
0 Votes 19 Answers 2K 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
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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 ...
3 years ago
Show more results questions
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).

3 years ago
0 Trying To Run Aws Autoscaler With

I've tried also e.g. setting gent.package_manager.priority_packages = ["poetry"] , and/or agent.package_manager.poetry_version = ">1.2.0" , and other flags, but these affect only the main /clearml_agent_venv environment, and not the one actually generated by the clearml-agent when executing the task

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

I'm not too worried about the dataset appearing (or not) in the Datasets tab. I would like it (the original task ) to to not disappear from the original project I assigned it to

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

I can also do this via Mongo directly, but I was hoping to skip the K8S interaction there.

2 years ago
0 Is There An Easy Way To Add A Link To One Of The Tasks Panels? (As An Artifact, Configuration, Info, Etc)? Edit: And Follow Up Regarding The Dataset. As Discussed Somewhere Previously, The Datasets Are Now Automatically Moved To A Hidden "Sub-Project" Pr

I'm not entirely sure I understand the flow but I'll give it a go. I have two final questions:
This seems to only work for a single file (weights_path implies a single file, not multiple ones). Is that the case? Why do you see this as preferred to the dataset method we have now? 🤔

3 years ago
4 years ago
0 !! In Remote Execution, Do Agents Inherit The Config From The Queue From Which They Pull The Task?

I guess it does not do so for all settings, but only those that come from Session()

3 years ago
0 Clearml Pipelines Can Be Build From Tasks, Functions, And Decorated Functions, According To The Examples In

I'm not sure how the decorators achieve that; from the available examples and trials I've done, it seems that:

  • Components anyway need to be available when you define the pipeline controller/decorator, i.e. same codebase
  • The component code still needs to be self-composed (or, function component can also be quite complex)
  • Decorators do not allow any dynamic build, because you must know how the component are connected at decoration time
    With that said, it could be that the provided example...
2 years ago
0 Clearml Pipelines Can Be Build From Tasks, Functions, And Decorated Functions, According To The Examples In

Also, creating from functions allows dynamic pipeline creation without requiring the tasks to pre-exist in ClearML, which is IMO the strongest point to make about it

2 years ago
0 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 Ec2 Instance? Some Bash Hack Or Similar Would Be Nice, Really

Yes, using this extra_clearml_conf parameter you can add configuration

This is again exposing the environment variables on the WebUI for everyone to see.
The idea was to specify just the names of the environment variables, and that those would be exposed automatically to the EC2 instance, without specifying what values they should have (the value is taken from the agent running the scaler)

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

Yes, I’ve found that too (as mentioned, I’m familiar with the repository). My issue is still that there is documentation as to what this actually offers.
Is this simply a helm chart to run an agent on a single pod? Does it scale in any way? Basically - is it a simple agent (similiar to on-premise agents, running in the background, but here on K8s), or is it a more advanced one that offers scaling features? What is it intended for, and how does it work?

The official documentation are very spa...

2 years ago
3 years ago
0 ... And Yet Another

i.e.
ERROR Fetching experiments failed. Reason: Backend timeout (600s)
ERROR Fetching experiments failed. Reason: Invalid project ID

3 years ago
0 Back To This

1.3.2

3 years ago
0 For Remote Execution Where The Queue Has

With clearml-agent 1.5.1

2 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 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?

The new task is not running inside a new subprocess. Our platform trains several models, and we'd like each of them to be tracked in their own Task . When running locally, this is "out of the box", as we can init and close before and after each model.
When running remotely, one cannot close the main task (since it is what orchestrates everything), and so this workaround was needed.

3 years ago
2 years ago
0 Trying To Run Aws Autoscaler With

Ultimately we're trying to avoid docker in AWS autoscaler (virtualization on top of virtualization seems redundant), and instead we maintain an AMI for a faster boot sequence.
We had no issues when we used pip , but now when trying to work with poetry all these issues came up.
The way I understand poetry to work, is that it is expected there is one system-wide installation that is used for virtual environment creation and manipulation. So at least it may be desired that the ...

2 years ago
0 Can We Use S3 Buckets To Cache Environments?

Nice, that works 🙂 Thanks!

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

I guess the big question is how can I transfer local environment variables to a new Task

4 years ago
Show more results compactanswers