This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
I would guess all that matters is how large |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In AutoencoderKL, the mu and sigma are results of convolution from h,
GenerativeModels/generative/networks/nets/autoencoderkl.py
Lines 701 to 702 in b1c1a45
If h has only one latent channel, then this single channel value needs to have the ability to generate both mu and sigma. It seems difficult intuitively?
I was wondering if you could help me with it. @ericspod Or should I set latent channel to be >1 ?
Thank you!
Best,
Can
Beta Was this translation helpful? Give feedback.
All reactions