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
torch.nn.GRU 's input shape is [sequence_size, batch_size, hidden_size]. But your code such as https://github.com/Nrgeup/controllable-text-attribute-transfer/blob/master/method/mymodel-yelp/model2.py#L315 is [batch_size, sequence_size, hidden_size]. I think your code is something wrong...
The text was updated successfully, but these errors were encountered:
Thank you for your reminder!
Sorry, something went wrong.
No branches or pull requests
torch.nn.GRU 's input shape is [sequence_size, batch_size, hidden_size].
But your code such as https://github.com/Nrgeup/controllable-text-attribute-transfer/blob/master/method/mymodel-yelp/model2.py#L315
is [batch_size, sequence_size, hidden_size].
I think your code is something wrong...
The text was updated successfully, but these errors were encountered: