pytorch-vqvae icon indicating copy to clipboard operation
pytorch-vqvae copied to clipboard

loss

Open WenBingo opened this issue 10 months ago • 0 comments

i want know the code of loss: log_px = nll.mean().item() - np.log(128) + kl_d.item() in that code of loss , the 128 of 'np.log(128)' is value of Z_DIM ?

WenBingo avatar Oct 21 '23 09:10 WenBingo