Closed hyeseojy closed 2 years ago
hi @hyeseojy, You are proposing a different architecture than the paper we refer to here. Have you trained it and compare results? I think it's more a "discussion" post than an issue. To be honest, I think you should modify your entropy bottleneck instead of using gaussian_conditional, since you actually don't condition your entropy models based on another prior like for gaussian_conditional(y, scales_hat). Please let us know in discussion if your model works and outperforms this one. If it's published, we could add it. Thanks
Hi,
What should I do if I want to use zero-mean gaussian Entropy Parameters for hyper-latents(like in
y
)? To do that, Can I use theself.gaussian_conditional
function as it is?For example, if I use
ScaleHyperprior
model, the code below. (It's all the same as the existing code, and I only added thescale_z
part.)If possible, we should revise
def forward
,def compress
, etc.. I think if this is possible, we can use it in the same way asy
...Is the above method valid? (If the above code is used for training, execution is possible.) Or I would appreciate it if you could let me know the link to refer to.
I'm sorry it's a stupid question that's hard to answer. Thanks.