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
Hey you seem to set len(sel.lex) as the size of the latent vector.
convolutional-handwriting-gan/models/ScrabbleGAN_baseModel.py
Line 109 in f7daa50
self.lex is the lexicon and as so taking it's size will return the number of words found in the lexicon.
But as latent vector you need an one-hot on the alphabet size.
Of-course this will still work as len(self.lex) >> len(opt.n_classes) but there is probably something wrong.
The text was updated successfully, but these errors were encountered:
Hi Thanks for your interest in this package.
You seem to be right, but since I am no longer able to edit this repo I cannot fix this. @sharonFogel can you help?
Sorry, something went wrong.
No branches or pull requests
Hey you seem to set len(sel.lex) as the size of the latent vector.
convolutional-handwriting-gan/models/ScrabbleGAN_baseModel.py
Line 109 in f7daa50
self.lex is the lexicon and as so taking it's size will return the number of words found in the lexicon.
But as latent vector you need an one-hot on the alphabet size.
Of-course this will still work as len(self.lex) >> len(opt.n_classes) but there is probably something wrong.
The text was updated successfully, but these errors were encountered: