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
QuaintJellyfish58
Moderator
37 Questions, 84 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

76 × Eureka!
0 Will Self Hosted Version Clearml Have Reports Features?

wow, so cool!
Thanks, really great tools!

one year ago
0 Hi All, I Am Creating Sub Project, For Experiment, But It Seems There Is

{"meta":{"id":"37a8d7b26c534f9da20682801f9bd2bd","trx":"37a8d7b26c534f9da20682801f9bd2bd","endpoint":{"name":"projects.get_all_ex","requested_version":"2.20","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":"","error_data":{}},"data":{"projects":[]}}

2 years ago
0 Hello, I Am Trying To Run Clearml-Agent On Google Colab, And I Want To Setup Aws S3 Key-Secret. I Cannot Find ~/Clearml.Conf On Google Colab. Where Actually That File? Or Is There An Easy Way To Set That? Thanks!

yeah, it seems i will try option 2 that you mentioned.
i upload my full my configuration, and when done using google colab my configuration will gone too.

one year ago
0 Hi, It Seems There Is A Bug:

Hi, CostlyOstrich36 , Sure!

one year ago
0 Hi, Is There A Way To Get Clearml.Conf Using Clearml Sdk? Tia

clearml-agent, if you looking for clearml.conf, the place is '/root/default_clearml.conf'

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

Hi AgitatedDove14 , is the Dataset.get will take all child too?

one year ago
0 Hey Community! Having Repository Cloning Issue Can Anyone Help......

it seems your clearml-agent didn't setup the right git account. are you sure setup on your agent conf?

one year ago
0 Hi, Anyone Know What Is Cause? I Tried To Run This In My Agent. But Somehow This Got This Error After Agent Install Depedencies My_Env:

hi @<1523701087100473344:profile|SuccessfulKoala55> , it solved! thanks for information CLEARML_ENV ! I just accidently write environment varible CLEARML_ENV on every clearml-agent.conf. 🎉

one year ago
0 Hi Guys, Can We Do Dropdown This On Configuration?

Hi @<1523701070390366208:profile|CostlyOstrich36>
i mean we can do a form dropdown for others configuration like hyperparameters (task.connect)

one year ago
0 Hi, Can I Do Integrate My Vault With Clearml?

i see,
thanks for clarify. i just want to find other solutions to storing secret value. rightnow i just storing secret value on env in clearml.conf in my workers. but it will complicated if there is new value, i need update workers conf and redeploy workers.

one year ago
0 Hi, Anyone Know What Is Cause? I Tried To Run This In My Agent. But Somehow This Got This Error After Agent Install Depedencies My_Env:

Hi @<1523701087100473344:profile|SuccessfulKoala55> , Thanks for your response.

I'm not entirely sure about the use of CLEARML_ENV since I haven't interacted with it before. Could you guide me on what I should set as its value?

Previously, the system was running smoothly. However, I've run into some issues after making certain configuration changes to modify the server permissions. Specifically, I'm curious if these changes might have influenced the agent's permission to access certain...

one year ago
0 Hi, Is It Possible To Run Pipeline Not Use Form To Changing Variable, But Editor Like Connect_Configuration?

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for response, sorry for late replay,

this is my configuration in yaml, i facing difficulty when there is params in list. somehow, form to display bunch list not easy to see. do you have suggestion? Thanks!


download-data:
  dataset_train:
  - 

  - 

  - 

  dataset_test:
  - 

  - 

  - 


train:
  data:
    batch: 4
    input_size: 224
    split:
      t...
one year ago
0 Hi, Is It Possible To Run Pipeline Not Use Form To Changing Variable, But Editor Like Connect_Configuration?

the current my solution is upload my config to s3, and the pipeline will download it and read it when execute. but its decrase flexiblity.

one year ago
0 Do You Have A Documentation About How Clearml Detect Required Python Package ? In My Case, I Use

you can spesificly use Task.add_requirements and pointing to path requirement.txt

None

one year ago
one year ago
Show more results compactanswers