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
Unanswered
Hello All! I'M Writing To Express My Gratitude For Supporting Such A Great Platform As Clearml, Which I'Ve Been Actively Using Lately. I'M Running Experiments Based On Yolov5, And This Code Is Automatically Sending Various Information To The Clearml Serv


Hi @<1547752799075307520:profile|ZippyCamel28> , to address your points

  • What do you mean by 'reload'?
  • You need to go into the project and archive the experiments in order to delete the project + experiments in the archive
  • There are some configurations you can play with to report 'less' metrics. For example sdk.metrics.plot_max_num_digits You should read here - None . To get an idea of the size of an experiment think of an experiment as a document in a backend with some connections to the metrics/logs. Basically, the more you report the 'heavier' the experiment
  • They are basically for your own management. Archived experiments can be deleted and this is basically to hide experiments. Publishing an experiment 'locks' it and it no longer can be reset. Enqueue basically pushes and experiment into a queue, you should read about our orchestration - None
    In general I would suggest you try to host your own server. When you run the server yourself, you aren't limited by anything specific. If you work alone, you can simply run the server on your development machine and work with that 🙂
  
  
Posted one year ago
129 Views
0 Answers
one year ago
one year ago