Open mwartell opened 1 year ago
It would be swell to allow armory to rerun the output file and compare new results to old.
In current parlance it would look like
$ armory run mnist_baseline.json # creates an output.json containing mnist_baseline.json and a `results` block
You should be able to
$ armory run output.json
which compares the old results to the new.
related to #1310
Related to #1727
It would be swell to allow armory to rerun the output file and compare new results to old.
In current parlance it would look like
You should be able to
which compares the old results to the new.
related to #1310