Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 366 Bytes

kdbackdoor

This project is inspired by the idea that backdoor attack of neural network can be transferred by knowledge distillation.

Dependency

This project is based on

  • python 3.6+
  • tensorflow-gpu 2.1+
  • numpy, tqdm

How to run in background

nohup python main.py > /dev/null 2>&1 &

TODO

  • Add cmd input function