Skip to content

Armory compatibility with PyTorch attacks#2

Open
ng390 wants to merge 3 commits intogoogle-research:masterfrom
ng390:pytorch-armory-compat
Open

Armory compatibility with PyTorch attacks#2
ng390 wants to merge 3 commits intogoogle-research:masterfrom
ng390:pytorch-armory-compat

Conversation

@ng390
Copy link
Contributor

@ng390 ng390 commented May 20, 2021

No description provided.

},
"sysconfig": {
"docker_image": "twosixarmory/tf2:0.13.1",
"docker_image": "twosixarmory/${FRAMEWORK}:0.13.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of fixing this to a particular armory version (0.13.1) in multiple places, how about setting this to ${VERSION}, and then in run_armory.sh below, pass it into the config template?

You can get the version in bash by doing:

VERSION=$(armory --version)

That would reduce the cost of future updates.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea -- this has been updated to remove the hardcode of version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants