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, 4210 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello

FrothyShrimp23 , I think this is more of a product design - The idea of a published task is one that cannot be easily changed afterwards. What is your use case for wanting to often unpublish tasks? Why publish them to begin with? And why manually?

2 years ago
0 Hey Team! I Am Using

Hi @<1817731756720132096:profile|WickedWhale51> , are you using the Logger module from the SDK?

6 months ago
0 Hello, I Look Up To The Clearml Data Documentation, The Dataset.Add_External_Files Method Seems Like To Perform A Download From The Source Url. What If The Case I Already Have My Dataset In The Output_Uri That I Specify In The Dataset.Create? Btw I Use A

Hi @<1784754456546512896:profile|ConfusedSealion46> , in that case you can simply use add_external_files to the files that are already in your storage. Or am I missing something?

10 months ago
0 Hi All, I Have A Problem With Setting Up An Agent. I Set Up Local Server On Ubuntu Behind Proxy, It Seems To Work Correctly. I Can Access Web Ui And Set Up Agent On A Windows Machine Just Fine, But When I Try To Set Up Agent On Any Linux Machine It Fails

Are you sure you pasted the credentials correctly? Does it give you feedback on which key/secret you used during the process? Which version of ClearML-Agent are you on?

3 years ago
0 Hi Is There A Way To View The Dataset Images

Hi @<1793451774179282944:profile|TestyMouse38> , not sure I understand, can you please elaborate?

9 months ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

Any chance you could provide a share-able link if you're running on the community server?

3 years ago
0 Hey There! I'M Trying To Make Changes To The Agent Config, But When I Update

Hi @<1658643479691005952:profile|TroubledLobster8> , about the agents in the web UI, they usually clear out in 10-15 minutes from there

one year ago
0 Hi Everyone, Is It Possible On Clearml, Before Run A Task Using By Agent/Remotely We Can Implement Some Script Python? The Usecase Here I Want To Export Some Env Settings Before Task Started Execute.

Hi @<1523701260895653888:profile|QuaintJellyfish58> , if you run in docker mode you can easily add environment variables.

Can you elaborate a bit on your use case? If it's python code, why not just put it in the original file or import from the repo?

2 years ago
0 <no title>

@<1797800418953138176:profile|ScrawnyCrocodile51> , you can edit the hyper params when a task is in draft mode

8 months ago
0 Hi All Can You Help Please, I Can’T Find This Information On Official

It's already implemented in the GCP autoscaler. You can use preemptible instances with GPUs

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

UnevenDolphin73 , Hi!

I would avoid using cache_dir since it's only a cache. I think using S3 or the fileserver with Task.upload_artifact() is a nice solution

Also what do you mean by 'augment' arguments?

4 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

Is it your own server installation or are you using the SaaS?

3 years ago
0 Im Having Difficuilty Understanding How To Handle Modified Files On S3

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , the reason for this is because each file is hashed and this is how the feature compares between versions. If you're looking to keep track of specific links then the HyperDatasets might be what you're looking for - None

one year ago
0 Hello

Hi FrothyShrimp23 , you can use Task.mark_completed() and use force=True
https://clear.ml/docs/latest/docs/references/sdk/task#mark_completed

2 years ago
0 Hi Everyone, I Got Several Error Messages Like This When Trying To Upload Data On The Clearml Which We Self-Hosted. Do You Have Any Ideas?

Hi @<1638712150060961792:profile|SilkyCrocodile89> , it looks like a connectivity issue. Are you trying to upload data to the files server? Can you share the full log?

12 months ago
0 Hello Everyone, Is There An Easy Way To Clone A Pipline And Execute It With New Parameters? I Know That There Is The Possibility With Task But With Pipelines I Haven'T Found Anything In The Documentation Yet. Thank You In Advance For Your Answer.

Oh I see. Technically speaking the pipeline controller is a task of a special type of itself. So technically speaking you could provide the task ID of the controller and clone that. You would need to make sure that the relevant system tags are also applied so it would show up properly as a pipeline in the webUI.

In addition to that, you can also trigger it using the API also

11 months ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

one year ago
0 Hello Admin, Please Add More Mlops Hands On Learning Resources On Youtube.

You also have onboarding videos there, I suggest you review all videos.

one year ago
Show more results compactanswers