File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # CleverHans (latest release: v3.0.0 )
1+ # CleverHans (latest release: v3.0.1 )
22
33<img src =" https://github.com/tensorflow/cleverhans/blob/master/assets/logo.png?raw=true " alt =" cleverhans logo " >
44
@@ -189,7 +189,7 @@ When reporting benchmarks, please:
189189* Report any configuration variables used to determine the behavior of the attack.
190190
191191For example, you might report "We benchmarked the robustness of our method to
192- adversarial attack using v3.0.0 of CleverHans. On a test set modified by the
192+ adversarial attack using v3.0.1 of CleverHans. On a test set modified by the
193193` FastGradientMethod ` with a max-norm ` eps ` of 0.3, we obtained a test set accuracy of 71.3%."
194194
195195## Citing this work
Original file line number Diff line number Diff line change 33
44# If possible attach a hex digest to the version string to keep track of
55# changes in the development branch
6- __version__ = append_dev_version ('3.0.0.post0 ' )
6+ __version__ = append_dev_version ('3.0.1 ' )
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44setup (name = 'cleverhans' ,
5- version = '3.0.0.post0 ' ,
5+ version = '3.0.1 ' ,
66 url = 'https://github.com/tensorflow/cleverhans' ,
77 license = 'MIT' ,
88 install_requires = [
You can’t perform that action at this time.
0 commit comments