Skip to content

MinImagen/images/x_tm1.png the formula is not correct #13

Description

@kylehh

The formula is in this picture is supposed to be sampling from the q_posterior (formula in MinImagen/images/q_posterior.png)
So the normal distribution should be x(t-1) = mu(t) + sqrt(beta) * noise (beta is var here)

The code is correct in Imagen.py, which proof that the formula in the picture is wrong( should change minus to plus)
line 370: return model_mean + nonzero_mask * (0.5 * model_log_variance).exp() * noise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions