Skip to content

Cosine Beta Scheduler Bug #68

@OAHC2022

Description

@OAHC2022

The cosine_beta_schedule might have a bug at this line: https://github.com/jannerm/diffuser/blob/main/diffuser/models/helpers.py#L135
Rather than

np.linspace(0, steps, steps)

Should it be

np.linspace(0, timesteps, steps)

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