You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: