Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

How do I smoothly interpolate between outputs? #8

Open
SqrtRyan opened this issue Aug 14, 2020 · 1 comment
Open

How do I smoothly interpolate between outputs? #8

SqrtRyan opened this issue Aug 14, 2020 · 1 comment

Comments

@SqrtRyan
Copy link

First of all, thank you for making this amazing code -- the outputs are very realistic!
However, it appears that the generator isn't deterministic with respect to it's input latent vector. I want to make a smooth interpolation animation between outputs, and so I need to make the output deterministic -- how do I do this?
Thank you

@huangzh13
Copy link
Owner

I think it's caused by

class NoiseLayer(nn.Module):

Fixed random noise is already included in this implementation, but I did not use it in the upper module. You can try to modify the generator and its calling method to achieve the fixation of random noise.

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

No branches or pull requests

2 participants