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
There is a typo in the AutoencoderKL post_quant_conv, quant_conv_mu, and quant_conv_log_sigma. These should be conv layers with kernel size 1x1 (or 1x1x1) (as show in here and here). Currently they have kernel size 3x3x3.
There is a typo in the AutoencoderKL post_quant_conv, quant_conv_mu, and quant_conv_log_sigma. These should be conv layers with kernel size 1x1 (or 1x1x1) (as show in here and here). Currently they have kernel size 3x3x3.