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
Hi All - I Am Planning To Migrate From A Clear-Ml Hosted Instance To A Self Hosted Server As My Usage Is Low And Infrequent, But Would Still Like To Persist The Experiments That I Have Already Logged. Does Anyone Have Experience With This, Have Written So


Hi StickyShrimp60
The best way is through APIs, you can query all the Tasks and then one by one use task.export_task with task.get_reported_scalars , task.get_reported_plots, task.get_reported_console_output, to get the details, after that you can recreate thee Task with import_task, and manually report the scalars/plots/console

btw: is self hosted server cheaper than the 15$ a month hosted service, or is it just a convenience

  
  
Posted 2 months ago
43 Views
0 Answers
2 months ago
2 months ago