Hi @rosinality, In vqvae.py line no 65,
quantize = input + (quantize - input).detach()
Next this quantize variable we are using input to the decoder.
but from paper we have to give only embeddings(e_i) there we shouldn't include z_e(x) means input variable .Please Can you clarify this question.
Hi @rosinality, In vqvae.py line no 65, quantize = input + (quantize - input).detach() Next this quantize variable we are using input to the decoder. but from paper we have to give only embeddings(e_i) there we shouldn't include z_e(x) means input variable .Please Can you clarify this question.