Skip to content

Sampling from wrapped normal distribution #21

Open
@Sehmimul

Description

@Sehmimul

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions