thisisalirah / GeoDA

This repository contains the official PyTorch implementation of GeoDA algorithm. GeoDA is a Black-box attack to generate adversarial example for image classifiers.
31 stars 7 forks source link

bugs #2

Open cuge1995 opened 3 years ago

cuge1995 commented 3 years ago
Traceback (most recent call last):
  File "GeoDA.py", line 401, in <module>
    fmodel = foolbox.models.PyTorchModel(
TypeError: __init__() got an unexpected keyword argument 'num_classes'
zprhhs commented 2 years ago

pip install foolbox==2.4.0