Skip to content

Releases: bethgelab/foolbox

Version 0.8.0

14 Jul 06:02
Compare
Choose a tag to compare

Our technical report is now available on arXiv: https://arxiv.org/abs/1707.04131

Version 0.7.3

13 Jul 10:31
Compare
Choose a tag to compare
v0.7.3

version 0.7.3

Version 0.7.2

11 Jul 17:40
Compare
Choose a tag to compare

added support for a preprocessing callback to the PyTorch model

Version 0.7.1

09 Jul 16:29
Compare
Choose a tag to compare

Bugfix for the PyTorch interface when using GPUs, contributed by @ducha-aiki.

Version 0.7

08 Jul 12:12
Compare
Choose a tag to compare

Support for older versions of setuptools.

Version 0.6

20 Jun 11:35
Compare
Choose a tag to compare
  • MXNet support
  • CompositeModel for blackbox transfer attack

Version 0.5

19 Jun 14:55
Compare
Choose a tag to compare

added support for Python 2.7

Version 0.4

16 Jun 16:47
Compare
Choose a tag to compare

Improved Distances

  • value and gradient can now be accessed using properties rather than methods
  • the distances are now relative to the bounds (and therefore always between 0 and 1) and much more interpretable

Official Release

16 Jun 13:15
Compare
Choose a tag to compare

Models

  • TensorFlow
  • PyTorch
  • Keras
  • Theano
  • Lasagne
  • and more

Attacks

  • GradientSignAttack (FGSM)
  • IterativeGradientSignAttack
  • GradientAttack
  • IterativeGradientAttack
  • LBFGSAttack
  • DeepFoolAttack
  • SaliencyMapAttack
  • GaussianBlurAttack
  • ContrastReductionAttack
  • SinglePixelAttack
  • LocalSearchAttack
  • SLSQPAttack
  • AdditiveUniformNoiseAttack
  • AdditiveGaussianNoiseAttack
  • SaltAndPepperNoiseAttack
  • and more

Criteria

  • Misclassification
  • TopKMisclassification
  • OriginalClassProbability
  • TargetClass
  • TargetClassProbability

Distances

  • MeanSquaredDistance (MSE)
  • MeanAbsoluteDistance