We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I think that you have a mistake in the file ctgan.py line 363: you wrote fake_cat = fake but it should be fake_cat = fakeact.
ctgan.py
fake_cat = fake
fake_cat = fakeact
Best, Ori
The text was updated successfully, but these errors were encountered:
fake
fake_cat
Hi @ori-katz100, that's a great catch! It actually improves performance quite a bit, so thanks a lot!
Sorry, something went wrong.
Oh wow, this is a super important difference :')
Successfully merging a pull request may close this issue.
Hello,
I think that you have a mistake in the file
ctgan.py
line 363: you wrotefake_cat = fake
but it should befake_cat = fakeact
.Best,
Ori
The text was updated successfully, but these errors were encountered: