Skip to content

Sampling from wrapped normal distribution #21

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

Open
Sehmimul opened this issue Feb 27, 2025 · 0 comments
Open

Sampling from wrapped normal distribution #21

Sehmimul opened this issue Feb 27, 2025 · 0 comments

Comments

@Sehmimul
Copy link

Hi, I understand from the paper that we are using a wrapped normal distribution distribution instead of a normal distribution (as used in diffusion models in general). However, in the sampling code given below it seems like you are using samples of normal distribution instead of using samples of wrapped normal distribution. I was hoping if you could please tell me why this is the case. Thanks!

z = torch.normal(mean=0, std=1, size=data_gpu.edge_pred.shape)

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

1 participant