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
Question When Using Remote Storage Blobs (E.G. Azure). I Am Using It As A Output_Url Location, And It Is Storing Both Datasets, And Also Experiment Artefacts, Mostly Cnn Weights Files (Pytorch Pt Files).


Hi VivaciousPenguin66 , since the storage credentials reside in the client side, the server cannot clean up this storage when deleting experiments. As Azure Blobs are not yet supported by the WebApp while deleting, you can do that by deleting experiments via code, using the Task.delete() function call

  
  
Posted 2 years ago
113 Views
0 Answers
2 years ago
one year ago