Skip to content

Bug in 2D Ring Data #1

Description

@apratimbhattacharyya18

The 2D ring data in this repo and in the paper appears to have a missing mode. There are 7 modes instead of the reported 8. The problem appears to be in:
https://github.com/M-Elfeki/GDPP/blob/master/gdppgan_Synthetic.py#L42

This can be fixed by changing this line to:
thetas = np.linspace(0, 2 * np.pi, n_mixture+1)[:-1]

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