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

Deconv should be conv? #6

Open
sjosund opened this issue Jul 10, 2018 · 0 comments
Open

Deconv should be conv? #6

sjosund opened this issue Jul 10, 2018 · 0 comments

Comments

@sjosund
Copy link

sjosund commented Jul 10, 2018

A detail about the generator:
The last layer of the generation in this implementation is a deconv layer, while in the original implementation and as written in the paper they use a conv layer.

Line in this repo: https://github.com/goldkim92/StarGAN-tensorflow/blob/master/module.py#L28
Original: https://github.com/yunjey/StarGAN/blob/master/model.py#L51

Thanks for a nice implementation!

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

1 participant