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
The following are some problems with the code I noticed while I was looking through the code.
Paddings should be added during inference stage. https://github.com/d9n13lt4n/rcgan-pytorch/blob/2dfc9ef19850fa5d1b4159a82a4d890a8b2860c8/models/utils.py#L302
This loss calculation is not calculated w.r.t. sequence length and should ignore paddings. https://github.com/d9n13lt4n/rcgan-pytorch/blob/2dfc9ef19850fa5d1b4159a82a4d890a8b2860c8/models/rgan.py#L189
The text was updated successfully, but these errors were encountered:
These issues have not been resolved as of now. Might take awhile to resolve as I have other things to settle. Feel free to submit a PR.
Sorry, something went wrong.
No branches or pull requests
The following are some problems with the code I noticed while I was looking through the code.
Paddings should be added during inference stage.
https://github.com/d9n13lt4n/rcgan-pytorch/blob/2dfc9ef19850fa5d1b4159a82a4d890a8b2860c8/models/utils.py#L302
This loss calculation is not calculated w.r.t. sequence length and should ignore paddings.
https://github.com/d9n13lt4n/rcgan-pytorch/blob/2dfc9ef19850fa5d1b4159a82a4d890a8b2860c8/models/rgan.py#L189
The text was updated successfully, but these errors were encountered: