-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
collect-outputs
util
#1986
collect-outputs
util
#1986
Conversation
…tomatically using flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggestion below does not prohibit the inclusion of this branch.
Need to add flag to change where it is looking for results files instead of just |
Addressed by 723c810. Stale: for file in SleeperAgentAttack/*/armory-log.txt; do echo -n $(basename $(find $(dirname $file) -name "*.json")); echo -n " - "; tail -n 1 $file | cut -d" " -f3; done |
If defense is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acknowledging that this tool is not comprehensive but will still be useful for eval 8. The JATIC armory-library will accomplish similar goals via MLFlow.
Can be utilized to generate evaluation tables automatically utilizing various flags.
Organize by performer, attack type, or any other config field.
Additionally clean up your output directory automatically.
armory-log.txt
andcolored-log.txt
saved_samples
~/.armory/outputs/.cleaned
Example:
After running:
Note, cwd affects href link for config paths
See https://github.com/twosixlabs/gard-evaluations/tree/eval7-jp-MITM_sleeper/MITM_sleeper_agent/jprokos26 for output