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
Here we list a few things that need to be made more explicit in the docs:
set_trainable
model.reset_vparams(...)
autograd.grad(loss, qnn.parameters())
model._params
The text was updated successfully, but these errors were encountered:
@jpmoutinho - Please review if a mega-issue could be created for cleaning up documentation.
Sorry, something went wrong.
jpmoutinho
No branches or pull requests
Here we list a few things that need to be made more explicit in the docs:
set_trainable
to change between feature and variational parameters in blocks. Maybe can be added in the Parameters section.model.reset_vparams(...)
)autograd.grad(loss, qnn.parameters())
).model._params
)The text was updated successfully, but these errors were encountered: