-
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
Armory v0.17.2 release candidate #1943
Conversation
Clean up audio poison loader
* Adding rgb-convert to armory.utils * Adding --save & --output options * Moving import statements to prevent armory.delayed_imports from triggering on -h flag * Improved UX, code cleanup * minor bug fixes
* update notebook * update cell to display scenario configuration
* Add YOLO framework to Armory Docker image * added yolo image reference * update poisoning documentation * add yolo image to scenario configs * consolidate dependencies to pyproject.toml * add yolo image to image map --------- Co-authored-by: matt wartell <matt.wartell@twosixtech.com>
Google Colab fixes
@jprokos26 Sterling requested we hold this until #1939 is complete. |
To be clear, I do want 1942 in here too. I was just giving myself until 1939 was ready to see if I found anything else that needed fixing |
There's no rush by the way, next week would be fine |
Co-authored-by: Christopher Woodall <christopher.woodall@twosixtech.com>
Add support for patch_base_image when not running locally
* remove try/catch that could conceal true error * improved training loop does not skip samples when ds size modulo batch size is nonzero * standard source/target class
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.
Looks great
Placeholder for when
#1942and #1939 (and others as wanted) are available.tools/runs_scenarios.sh
is removed