Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thebeancounter opened this issue Feb 25, 2018 · 1 comment

Comments

@thebeancounter
Copy link

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.

@kechan
Copy link

kechan commented Feb 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants