-
This is a follow-up from #2572. After @cgarciae helped me figure out how to incorporate Distrax bijectors into a Flax module, I have a working VAE+Flow implementation here. However, the sampling result looks nearly the same regardless of whether I use a flow or not. After a closer inspection, I noticed that the parameters in the conditioners do not appear in the training state, as you can see by commenting out this line. Basically, I have a Flax sub-sub-module ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @nalzok, happy to help but can you post some reproducible snippet? 😅 |
Beta Was this translation helpful? Give feedback.
Hey @nalzok, happy to help but can you post some reproducible snippet? 😅
I printed the
variables
in the previous issue and the conditioner parameters were there, intrigued as to how they are disappearing.