twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
174 stars 67 forks source link

Fix np error #2002

Closed swsuggs closed 10 months ago

swsuggs commented 10 months ago

We were creating an array out of a list of ints and single-element arrays. Latest numpy does not support this.

This PR also brings a couple changes from master into develop.