Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Fine Tuning VGG16 for CIFAR10 #79

Open mehulrastogi opened 2 years ago

mehulrastogi commented 2 years ago

Training (or getting a pre trained model) the VGG16 network for One Pixel Attack Tutorial. This can also be used by other attacks.

mehulrastogi commented 2 years ago

@Adversarial-Deep-Learning/computer-vision We can possibly store this on drive if someone does try retraining this. (or it is highly likely that someone can find a direct link to this on github somewhere )

Shreyas-Bhat commented 2 years ago

Hey, I would like to work on this

pronoma commented 2 years ago

https://github.com/geifmany/cifar-vgg I found this existing implementation of VGG16 for CIFAR-10, but they've used Keras instead of PyTorch. Will this work? Otherwise I would like to take it up...