Skip to content
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

A little mistake in acgan #193

Open
Kanbe-Kotori opened this issue Feb 25, 2023 · 1 comment
Open

A little mistake in acgan #193

Kanbe-Kotori opened this issue Feb 25, 2023 · 1 comment

Comments

@Kanbe-Kotori
Copy link

Get labels ranging from 0 to n_classes for n rows

labels = np.array([num for _ in range(n_row) for num in range(n_row)])

One of the n_row in this line should be n_classes?

@baicaiPCX
Copy link

baicaiPCX commented Feb 25, 2023 via email

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

2 participants