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

Reputation

0
0 Hi All! I Have A Question - I Have A Pipeline Build Out Of Multiple Tasks. One Of The Tasks Creates A File As An Output. I Don'T Need To Save This File Anywhere (Not In My Local Nor As An Artifact), But I Do Want To Use It An An Input For The Next Step In

Hi @<1539417873305309184:profile|DangerousMole43> , in that case I think you can simply save the file path as a configuration in the first step and then in the next step you can simply access this file path from the previous step. Makes sense?

2 years ago
0 I Was Working With Pipelines And Just Wanted To Know If Using Clearml Data Is A Better Way To Store Any Task Outputs Compared To Artifacts. Also For Example If I Have 3 Tasks -> Preprocessing -> Training -> Eval. Is It Better To Store The Output Model In

Hi @<1859043976472956928:profile|UpsetWhale84> , output models are registered in the model repository.

It really depends on the use case regarding artifacts vs datasets. If the outputs are relevant only in the context of the pipeline then use artifacts, otherwise use datasets

2 months ago
0 Hi, Is It Possible To Pass Temporary Iam Role To The Web App Could Access?

assuming that they are in the same setup as user/secret keys then I guess they would work until they expire 🙂

3 years ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

If you're running on GCP I think using the autoscaler is a far easier and also cost efficient solution. The autoscaler can spin up and down instances on GCP according to your needs.

2 years ago
0 Im Trying To Run This Exmple :

It looks as it is running, did the status of the experiment change?

4 years ago
0 I Am Looking For The Dataset Used In Sarcasm Detection Demo

Hi @<1540142651142049792:profile|BurlyHorse22> , it looks like an error in your code that is bringing the traceback. What is happening during the traceback?

2 years ago
0 I Have A Problem With Displaying Scalars. What Could Be The Reason?

Hi @<1675675722045198336:profile|AmusedButterfly47> , what is your code doing? Do you have a snippet that reproduces this?

one year ago
0 Hi! Is It Possible To Compare In The Ui Tasks Across Different Projects? Or Is It Only Within Project? For Example: Let'S Say That In One Run Session We Created

GorgeousMole24 , another note, in the comparison screen itself, you can add other experiments to the comparison view.

3 years ago
0 Top Of The Morning Dear Community

Hi WhoppingMole85 , you can actually do that with the logger.

Something along the lines of:
Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])

Does this help?

3 years ago
0 Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use

Hi SuperiorPanda77 , I'm not sure I understand, can you elaborate on the specific use case?

2 years ago
2 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

4 years ago
0 Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use

Hi @<1523701092473376768:profile|SuperiorPanda77> , I think a PR would always be appreciated. I don't see any issues with using task.reset()

2 years ago
0 Hey All, When Using Gcp Autoscaler I Always Get An Error That No Gpus Are Recognized The First Time The Autoscaler Boots Up The Vm And Runs The Code. After That First Experiment Fails I Again Run It, Autoscaler Picks Up The Same Vm And Runs The Code And

Hi @<1837300695921856512:profile|NastyBear13> , can you provide logs from the machine itself? Are you certain its the same VM? Can you also provide logs from the tasks themselves? \

5 months ago
0 How Can I Use A Custom Docker-Container (Custom System Dependencys) With Clear-Ml ? How Do I Add My Own Docker-Container To Clear-Ml After I Build It With Docker Build?

Hi @<1797800424254738432:profile|FlatHippopotamus76> , you can set your image using Task.set_base_docker, I think this is what you're looking for - None

9 months ago
3 years ago
0 Hi, Trying To Report A Matplotlib Figure With

Hi @<1566596968673710080:profile|QuaintRobin7> , do you have a self contained snippet that will reproduce this?

2 years ago
0 Any Idea What I'Ve Missed Here? Thanks

Hi BattyDove56 , it looks like your elasticsearch container is restarting. Is this the issue still? Can you check the container logs to see why it's restarting? I think this is what might be causing the issue with ClearML server not raising properly

3 years ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

FierceHamster54 , please try re-launching the the autoscaler, the issue seems to be resolved now

3 years ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

you deleted the model from the same directory as you ran from the code but you didn't delete it from the cache folder?

3 months ago
Show more results compactanswers