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
CostlyOstrich36
Moderator
0 Questions, 4172 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi! I Developed Clearml Pipeline As Python Package (

Does the other PC have the package locally there somewhere?

2 years ago
3 years ago
0 Hey, Why Is It Possible To Remove The Task From The Ui When It'S Published And Then Archived But It'S Not Possible To Remove The Archived And Published Task From The Python Sdk (It Gives Me Error - Cannot Delete Published Task)? Are There Any Other Ways T

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I see that there is also no force flag for the SDK. Maybe open a github request to add the option to force or just allow deleting archived published tasks.

Currently through code you can use the API to delete those experiments.

2 years ago
0 Why Can'T I Find The Task Created For The Pipeline In The Project Through The Main Dashboard?

By default these tasks are hidden. You can go into settings and show hidden projects

2 years ago
0 Hello, I’M Using

Is there a vital reason why you want to keep the two accounts separate when they run on the same machine?
Also, what if you try aligning all the cache folders for both configuration files to use the same folders?

3 years ago
0 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?

2 years ago
0 Hi All. I'Ve Been Mistakenly Using

Can you please post the response section?

3 years ago
0 Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

If you shared an experiment to a colleague in a different workspace, can't they just clone it?

2 years ago
0 Clearml 1.3.2 I'M Running

UnevenDolphin73 , can you provide a small snippet of exactly what you were running? Are you certain you can see the task in the UI? Is it archived?

3 years ago
0 Hey Guys, Is There Any Way To "Move" Tags Automatically To The Last Version Of My Dataset? E.G. I Have On Clearml The Dataset

Hi @<1648134232087728128:profile|AlertFrog99> , I don't think there is an automatic way to do this out of the box but I guess you could write some automation that does that via the API

one year ago
0 Hi All! I'Ve Found This From Clearml-Agent Docs. I'M A Little Confused With Content. Could Anyone Explain This Line

Hi @<1664079296102141952:profile|DangerousStarfish38> , it means that it's not supported out of the box and might require more tinkering, but I've managed to run agent with docker mode on a windows machine previously 🙂

one year ago
2 years ago
0 Hey, Trying To Do Some Cleanup Because Of No Space Left. For The Clearml Worker Nodes Under The

Hi ObedientToad56 , you can simply delete all of them since it's only cache. It's safe to delete cache 🙂

3 years ago
0 Hi All, Is There Any Way To List/Query All The Metric Events That Are Associated With A Particular Task? I Did Some Experiments With Apiclient Class, But No Success.

@<1523703961872240640:profile|CrookedWalrus33> , you can use the UI as reference. Open dev tools (F12) and see the network (filter by XHR).
For example, in scalars/plots/debug samples tabs the relevant calls seem to be:

events.get_task_single_value_metrics
events.scalar_metrics_iter_histogram
events.get_task_plots
events.get_task_metrics
2 years ago
0 Hi All, Quick Question About Clearml Datasets. Does Anyone Know If It Is Possible To Access (Could Just Be Paths To The Data In A Bucket) A Dataset Directly From S3, Instead Of Downloading A Local Copy? We Typically Store And Access Large Quantities Of

Hi @<1686909730389233664:profile|AmiableSheep6> , I could suggest using the StorageManager module to pull specific files from S3.

There is no option to download specific files from a dataset. I would suggest breaking it into maybe smaller versions.

You would however need to pull the data locally for training anyways, wouldn't breaking it into smaller versions help this issue?

one year ago
0 Hey Good Morning! Question Regarding Clearml Server Storage. Currently We Are Hosting A Clearml Server Using The Default Configured Http Fileserver. We Would Like To Migrate The Server To Aws And Use A S3 Storage. Would There Be A Way To Transfer All Arti

Hi @<1799974757064511488:profile|ResponsivePeacock56> , in that case I think you would need to actually migrate the files from files server to S3 and then also change the links logged in MongoDB associated to the artifacts.

3 months ago
0 Hi To All! There Are Limitations On Using The New Github Pat Fine-Grained Features On Clearml?

Hi HarebrainedBaldeagle11 , not that I know of. Did you encounter any issues?

2 years ago
0 Hi Team,I Have Code Copied From

Hi SuperiorCockroach75 , yes you should be able to run it on a local setup as well 🙂

2 years ago
0 I Have A Question Regarding "Imitating" An Agent Pulling Some Task For Debugging Purposes I Am Trying To Do Something Like: Creating A Task On The Server

@Alex Finkelshtein, if the parameters you're using are like this:

parameters = { 'float': 2.2, 'string': 'my string', }
Then you can update the parameters as mentioned before:
parameters = { 'float': 2.2, 'string': 'my string', } parameters = task.connect(parameters) parameters['new_param'] = 'this is new' parameters['float'] = '9.9'
Please note that parameters['float'] = '9.9' will update the parameter specifically. I don't think you can update the parameter en masse...

3 years ago
0 I Have A Question Regarding "Imitating" An Agent Pulling Some Task For Debugging Purposes I Am Trying To Do Something Like: Creating A Task On The Server

DepressedChimpanzee34 you can try naming the connected configuration differently. Let me see if there is some other more elegant solution 🙂

3 years ago
0 Hello Everyone! Is There A Way To Delete Clearml Task Tags Via Python Sdk? It Seems That I Can Only Remove Tags Through The Browser Interface

Hi @<1562610703553007616:profile|CloudyCat50> , you can use Task.set_tags() to 're-set' tags and omit the tag you want removed.

one year ago
Show more results compactanswers