We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Related to #1727
Sorry, something went wrong.
mwartell
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: