IBM / Autozoom-Attack

Codes for reproducing query-efficient black-box attacks in “AutoZOOM: Autoencoder-based Zeroth Order Optimization Method for Attacking Black-box Neural Networks” ​​​​, published at AAAI 2019
https://arxiv.org/abs/1805.11770
Apache License 2.0
57 stars 22 forks source link

Could you please provide the code of training the decoder.h5 and encoder.h5? #17

Open chl2 opened 3 years ago

chl2 commented 3 years ago

The setup_codec.py only has the function of loading the model's structure and the weight file. We don't know how you train the parameters of them.

chunchentu commented 3 years ago

Please refer to this repo for training autoencoder: https://github.com/chunchentu/autoencoder