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
Looks like nowhere is that called.
The text was updated successfully, but these errors were encountered:
getParameters() is use to get weight matrix.
It is intend to override the function parameters() of any pytorch built-in model (see PyTorch: Extract learned weights correctly )
In this code, getParameters() is useful if you want to visualize, or debug
Sorry, something went wrong.
getParameters() call parameters() of each sub-module [self.ix, self.ih, self.fx, self.fh, self.ox, self.oh, self.ux, self.uh]
No branches or pull requests
Looks like nowhere is that called.
The text was updated successfully, but these errors were encountered: