Skip to content

ashutoshbsathe/adversarial_reprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adversarial Reprogramming

Code for PyTorch implementation of adversarial reprogramming.

Requirements :

  1. PyTorch 0.4+
  2. Python 3.6

Instructions :

Train a ResNet18 on CIFAR10 using following code

python train.py

Then reprogram the ResNet18 to classify MNIST digits

python adv_reprogram.py

About

Ridiculously simple PyTorch implementation of adversarial reprogramming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages