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 Everyone, I Recently Had To Move My Clearml Server To A Different Ip Address And Managed To Do That Without Any Issues. However, I Just Noticed That When I Try To Download An Artifact (Output Model, To Be Specific) From An Experiment That Ran Before Th


Hi SteepDeer88 , I think this is the second case. Each artifact URL is simply saved as a string in the DB.

I think you can write a very short migration script to rectify this directly on MongoDB OR manipulate it via the API using tasks.edit endpoint

  
  
Posted one year ago
98 Views
0 Answers
one year ago
one year ago