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
Answered
Hi All, While Training Some Models I Noticed That My Api Calls Are Going Through The Roof, Is There A Way To Control The Amount Of Api Calls? Is There A Way To Update All The Plots And Console Print On The App.Clear.Ml For Every Some Epoch? Or Aggregating

Hi all,
While training some models I noticed that my api calls are going through the roof, is there a way to control the amount of api calls?
Is there a way to update all the plots and console print on the app.clear.ml for every some epoch? or aggregating calls?
Thanks

  
  
Posted one year ago
Votes Newest

Answers 12


And I'm looking at None as an example of a clearml.conf file and i can't seem to find sdk.development.worker.console_cr_flush_period this flag.

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> in the file example here there is no reference to console_cr_flush_period

  
  
Posted one year ago

the console_cr_flush_period is actually quite internal and not often used, and it will only affect tasks running without an agent

  
  
Posted one year ago

Hi @<1523701295830011904:profile|CluelessFlamingo93> , if you self host then you're no longer limited on usage. However the downside is of course that you have to manage it yourself (Security, backups etc).

  
  
Posted one year ago

And how are you reporting everything?

  
  
Posted one year ago

I was actually referring to report_event_flush_threshold

  
  
Posted one year ago

I think these are the configurations you are looking for:

sdk.development.worker.report_event_flush_threshold
sdk.development.worker.console_cr_flush_period

inside clearml.conf

  
  
Posted one year ago

Wow, thanks a lot @<1523701070390366208:profile|CostlyOstrich36> for pointing me in the right direction. I also see that i can use sdk.development.worker.log_stdout if i really need to kill my api calls before I'll Host my own server.
BTW what does suppress_update_message do? I mean which kind of messages does it suppress?

  
  
Posted one year ago

Hi @<1523701295830011904:profile|CluelessFlamingo93> , are you self hosting or using the community server?

  
  
Posted one year ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , I am using the community server, what happens if i change to a self hosting server?
I'm using Tensorboard to report everything, nothing special besides that.

  
  
Posted one year ago

@<1523701295830011904:profile|CluelessFlamingo93> take a look here: None

  
  
Posted one year ago

I think there might be more configurations to control the amount of API calls you're making.

  
  
Posted one year ago
673 Views
12 Answers
one year ago
one year ago
Tags