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 month ago

Reputation

0

Badges 1

662 × Eureka!
0 Votes
2 Answers
570 Views
0 Votes 2 Answers 570 Views
Can one delete individual tasks from the WebUI?
2 years ago
0 Votes
3 Answers
558 Views
0 Votes 3 Answers 558 Views
side question - any plans to include native support for lgbm ?
2 years ago
0 Votes
23 Answers
577 Views
0 Votes 23 Answers 577 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...
2 years ago
0 Votes
16 Answers
465 Views
0 Votes 16 Answers 465 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...
7 months ago
0 Votes
0 Answers
471 Views
0 Votes 0 Answers 471 Views
Also ubuntu 18.04 is losing support so everything in the image needs an update…
7 months ago
0 Votes
9 Answers
572 Views
0 Votes 9 Answers 572 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...
3 years ago
0 Votes
2 Answers
577 Views
0 Votes 2 Answers 577 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...
one year ago
0 Votes
0 Answers
588 Views
0 Votes 0 Answers 588 Views
I have a project filled with failed attempts at onboarding to clearml by now šŸ˜…
2 years ago
0 Votes
6 Answers
684 Views
0 Votes 6 Answers 684 Views
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 instan...
one year ago
0 Votes
28 Answers
673 Views
0 Votes 28 Answers 673 Views
one year ago
0 Votes
24 Answers
150 Views
0 Votes 24 Answers 150 Views
How can I send a composed chunk of code for remote execution from within a notebook ?
3 months ago
0 Votes
4 Answers
636 Views
0 Votes 4 Answers 636 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
9 Answers
597 Views
0 Votes 9 Answers 597 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 ...
one year ago
0 Votes
2 Answers
626 Views
0 Votes 2 Answers 626 Views
Are the docs broken? https://clear.ml/docs/latest/docs/release_notes/ver_1_7 gives me this
one year ago
0 Votes
11 Answers
607 Views
0 Votes 11 Answers 607 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...
one year ago
0 Votes
18 Answers
629 Views
0 Votes 18 Answers 629 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...
one year ago
0 Votes
18 Answers
588 Views
0 Votes 18 Answers 588 Views
!! In remote execution, do agents inherit the config from the queue from which they pull the task?
one year ago
0 Votes
5 Answers
582 Views
0 Votes 5 Answers 582 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, ...
one year ago
0 Votes
16 Answers
723 Views
0 Votes 16 Answers 723 Views
How would I go about adding multiple credentials in the autoscaler? (i.e. specify multiple sdk.aws.s3.credentials ) It's a bit odd that one would also have t...
one year ago
0 Votes
30 Answers
612 Views
0 Votes 30 Answers 612 Views
Trying to run AWS autoscaler with poetry queue, and I get: Traceback (most recent call last): File "/root/.local/bin/poetry", line 5, in from poetry.console....
one year ago
0 Votes
6 Answers
561 Views
0 Votes 6 Answers 561 Views
So the around app is also from ClearML? :shocked_face_with_exploding_head:
3 years ago
0 Votes
7 Answers
600 Views
0 Votes 7 Answers 600 Views
Is it expected that K8s helm chart also starts a ClearML worker?
one year ago
0 Votes
7 Answers
579 Views
0 Votes 7 Answers 579 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
5 Answers
650 Views
0 Votes 5 Answers 650 Views
How does ClearML store some of the more intrinsic data (scalars, plots, etc)? We recently recovered Mongo from a backup and while the projects and tasks are ...
one year ago
0 Votes
30 Answers
732 Views
0 Votes 30 Answers 732 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...
one year ago
0 Votes
7 Answers
605 Views
0 Votes 7 Answers 605 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...
one year ago
0 Votes
5 Answers
652 Views
0 Votes 5 Answers 652 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...
one year ago
0 Votes
13 Answers
597 Views
0 Votes 13 Answers 597 Views
Two things: The release of clearml-agent was not announced in šŸ¤Æ clearml-agent seems outdated wrt requirements, making poetry and clearml-agent incompatible:...
one year ago
0 Votes
1 Answers
635 Views
0 Votes 1 Answers 635 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?
one year ago
0 Votes
13 Answers
166 Views
0 Votes 13 Answers 166 Views
Can steps be removed from pipelines, and/or can pipelines be generally modified other than adding steps to them?
3 months ago
Show more results questions
0 I'M Trying To Set Up Some Initial Experiments Within Our Stack, But When I Use The

I just used this to create the dual_gpu queue:
clearml-agent daemon --queue dual_gpu --create-queue --gpus 0,1 --detached

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

Thanks for your help SuccessfulKoala55 ! Appreciate the patience šŸ™

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

I was thinking of using the --volume settings in clearml.conf to mount the relevant directories for each user (so it's somewhat customizable). Would that work?

It would be amazing if one can specify specific local dependencies for remote execution, and those would be uploaded to the file server and downloaded before the code starts executing

2 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

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

It failed on some missing files in my remote_execution, but otherwise seems fine now

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

I'll kill the agent and try again but with the detached mode šŸ¤”

2 years ago
0 When Using

Btw TimelyPenguin76 this should also be a good starting point:
First create the target directory and add some files:sudo mkdir /data/clearml sudo chmod 777 -R /data/clearml touch /data/clearml/foo touch /data/clearml/bar touch /data/clearml/bazThen list the files using the StorageManager. It shouldn't take more than a few miliseconds.` from clearml import StorageManager

%%timeit
StorageManager.list("/data/clearml")

-> 21.2 s Ā± 328 ms per loop (mean Ā± std. dev. of 7 runs, 1 loop each) `

2 years ago
0 When Using

Ubuntu 18.04, latest clearml version

2 years ago
0 When Using

On my remote server..?

2 years ago
0 When Using

The error seems to come from this line:
self._driver = _FileStorageDriver(str(path_driver_uri.root)) (line #353 in clearml/storage/helper.py
Where if the path_driver is a local path, then the _FileStorageDriver starts with a base_path = '/' , and then takes extremely long time at iterating over the entire file system (e.g. in _get_objects , line #1931 in helper.py )

2 years ago
0 When Using

21s is just ridiculous, it's scanning the entire file system starting at /

2 years ago
0 When Using

Bump?

2 years ago
0 How Can I Ensure Tasks In A Pipeline Have The Same Environment As The Pipeline Itself? It Seems A Bit Counter-Intuitive That The Pipeline (Executed Remotely) Captures The Local Environment, But The Tasks (Executed Remotely) Do Not Use That Same Environmen

Yes. Though again, just highlighting the naming of foo-mod is arbitrary. The actual module simply has a folder structured with an implicit namespace:

foo/
  mod/
    __init__.py
    # stuff

FWIW, for the time being Iā€™m just setting the packages to all the packages the pipeline tasks sees with:

    packages = get_installed_pkgs_detail()
    packages = [f"{name}=={version}" if version else name for name, version in packages.values()]
    packages = task.data.script.require...
one year ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

I'm trying to build an easy SDK that would fit DS work and fit the concept of clearml pipelines.
In doing so, I'm planning to define various Step classes, that the user can then experiment with, providing Steps as input to other steps, etc.

Then I'd like for the user to be able to run any such step, either locally or remotely. Locally is trivial. Remotely is the issue. I understand I'll need to upload additional data to the remote instance, and pull a specific artifact back to the notebo...

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

Hey @<1537605940121964544:profile|EnthusiasticShrimp49> ! Youā€™re mostly correct. The Step classes will be predefined (of course developers are encouraged to add/modify as needed), but as in the DataTransformationStep , there may be user-defined functions specified. Thatā€™s not a problem though, I can provide these functions with the helper_functions argument.

  • The .add_function_step is indeed a failing point. I canā€™t really create a task from the notebook because calling `Ta...
3 months 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.

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

@<1537605940121964544:profile|EnthusiasticShrimp49> Itā€™ll take me still some time to find the MVC that generated this, but I do have the ClearML experiment page for it. I was running the thing from ipython , and was trying to create a task from a function:
image

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

Any thoughts @<1523701070390366208:profile|CostlyOstrich36> ?
I wouldnā€™t want to run the entire notebook, just a specific part of it.

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

Iā€™ll give the create_function_task one more try šŸ¤”

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

Thanks @<1537605940121964544:profile|EnthusiasticShrimp49> ! Thatā€™s definitely the route I was hoping to go, but the create_function_task is still a bit of a mystery, as Iā€™d like to use an entire class with relevant logic and proper serialization for inputs, and potentially Iā€™ll need to add more ā€œhelper functionsā€ (as in the case of DataTransformationStep , for example). Any thoughts on that? šŸ¤”

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

I can elaborate in more detail if you have the time, but generally the code is just defined in some source files.
Iā€™ve been trying to play around with pipelines for this purpose, but as suspected, it fails finding the definition for the pickled objectā€¦

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

Consider e.g:

# steps.py

class DataFetchingStep:
    def __init__(self, source, query, locations, timestamps):
        # ...
    def run(self, queue=None, **kwargs):
        # ...

class DataTransformationStep:
    def __init__(self, inputs, transformations):
        # inputs can include instances of DataFetchingStep, or local files, for example
        # ...
    def run(self, queue=None, **kwargs):
        # ...

And then the following SDK usage in a notebook:

from steps imp...
3 months ago
Show more results compactanswers