keras-adversarial icon indicating copy to clipboard operation
keras-adversarial copied to clipboard

Can I use this model to train an adversarial NN for a non convolutional classifier?

Open thebeancounter opened this issue 7 years ago • 1 comments

Hi I have a data which is a numeric vector and it's fed into a classifier, I would like to use A.Networks for data augmentation, my NN is not a Conv net. Is it possible to do so using your package?

Thanks.

thebeancounter avatar Feb 25 '18 15:02 thebeancounter

Take a look at https://github.com/bstriner/keras-adversarial/blob/master/examples/example_gan.py, it doesn't seem to use any conv2d(...), although the task is to forge MNIST images.

kechan avatar Feb 27 '18 02:02 kechan