This repository contains the Tensorflow 2 implementation of the DF WF attack as described in the ACM CCS2018 paper.
- Converted the code from Tensorflow 1 to Tensorflow 2.
- Changed dataset format:
- Old format:
.pkl
file. - New format:
.npz
file.
- Old format:
- Added Tensorboard logging.
If your dataset is in a different format:
- Update the
'load_data'
method in theClosedWorld_DF_NoDef.py
file.