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>