cleverhans-lab / cleverhans

An adversarial example library for constructing attacks, building defenses, and benchmarking both
MIT License
6.2k stars 1.39k forks source link

error in facenet_fgsm.py #525

Closed wayangGit closed 6 years ago

wayangGit commented 6 years ago

There is an error when we initialize the class InceptionResnetV1Model. super(InceptionResnetV1Model, self).__init__('model', None, {}) It will show TypeError: __init__() takes exactly 1 argument (4 given)

npapernot commented 6 years ago

@BrunoLopezGarcia could you take a look?