LIA icon indicating copy to clipboard operation
LIA copied to clipboard

Why do we need to repeat the latent variable 14 times?

Open liutaocode opened this issue 1 year ago • 0 comments

Thanks for your excellent work. I have a question.

Why do we need to repeat the latent variable (latent = latent.reshape((latent.shape[0], -1)).unsqueeze(1).repeat(1, inject_index, 1)) by repeating it 14 times? Why not use the latent variable (1, 512) directly as the input for all subsequent networks? I think repeating does not add new information here. Could you explain the reason here?

Thanks.

liutaocode avatar Oct 27 '23 15:10 liutaocode