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
Hello, Tldr, Delete Metrics, Plots And Debug Samples From A Previous Task More Details: I Have A Task I Ran That Trained A Model And Then Tested It. The Test Results Were Reported By The Logger In Metrics, Plots And Debug Samples. I Wrote Code That Gets

hello,

TLDR, delete metrics, plots and debug samples from a previous task

More details:
I have a task i ran that trained a model and then tested it. the test results were reported by the logger in metrics, plots and debug samples.
i wrote code that gets the old task, loads the model that was trained, and re run the tests (after changes were inserted in the code).
now i have a bit of a mess in the metrics, plots and debug samples. whatever report that had the same name was replaced, but all new names were added (i.e. had time stamp in the name).
my question is, can i delete completely the metrics, plots and debug samples from a previous task in order the create new ones?
just to clarify, the trained model from the old task is good, i just wish to generate new metrics, plots and debug samples

thank you

@<1577830978284425216:profile|ContemplativeButterfly4>

  
  
Posted 10 months ago
Votes Newest

Answers 2


i was hoping there is a way to keep the artifacts but "clean" the reported metrics, plots and debug samples.
thanks anyway
@<1523701070390366208:profile|CostlyOstrich36> @<1577830978284425216:profile|ContemplativeButterfly4>

  
  
Posted 10 months ago

Hi @<1541592227107573760:profile|EnchantingHippopotamus83> , to "clean" a task, you need to reset it. Resetting a task will purge all outputs

  
  
Posted 10 months ago
548 Views
2 Answers
10 months ago
10 months ago
Tags