Skip to content
New issue

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

Add torch.nn.Module operator wrapper #4

Open
fpicetti opened this issue Mar 3, 2021 · 1 comment
Open

Add torch.nn.Module operator wrapper #4

fpicetti opened this issue Mar 3, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fpicetti
Copy link
Owner

fpicetti commented Mar 3, 2021

CNNs can be seen as nonlinear operators.

Two ideas here:

  1. use a CNNs as operator where only the forward is implemented; CNN can be used as regularizers (link)
  2. implement a VectorTorch method to build a torch.nn.Parameter object, to be passed to torch.optim.
@fpicetti fpicetti added the enhancement New feature or request label Mar 3, 2021
@fpicetti fpicetti self-assigned this Mar 3, 2021
@fpicetti
Copy link
Owner Author

Added VectorAD, a child class of VectorTorch with the tensor's requires_grad=True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant