Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do we need to use z as a condition to get the probability distribution of x? #75

Open
ranck626 opened this issue Nov 19, 2024 · 1 comment

Comments

@ranck626
Copy link

image
Why do we need to use z as a condition to get the probability distribution of x? Can't we just use z as the next token? Isn't z also a continuous tensor?

@LTH14
Copy link
Owner

LTH14 commented Dec 2, 2024

If you directly regress z with, say, L2 loss, then it is hard to model the probability distribution as it always output a deterministic z. We included such an ablation in Appendix D3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants