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

Should we only update the _u in training time? #46

Open
watsonyanghx opened this issue Jan 16, 2019 · 0 comments
Open

Should we only update the _u in training time? #46

watsonyanghx opened this issue Jan 16, 2019 · 0 comments

Comments

@watsonyanghx
Copy link

In https://github.com/pfnet-research/sngan_projection/blob/master/source/links/sn_convolution_2d.py#L79, the self.u is updated only in training time, while in https://github.com/pfnet-research/sngan_projection/blob/master/source/links/sn_linear.py#L66 and https://github.com/pfnet-research/chainer-gan-lib/blob/master/common/sn/sn_convolution_2d.py#L77, the self.u is updated both at training and testing time.

So, which code is right?

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