Open jpmoutinho opened 3 months ago
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
@jpmoutinho - Please review if a mega-issue could be created for cleaning up documentation.
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
)