gStep#
- class deepinv.optim.optim_iterators.gStep(g_first=False, **kwargs)[source]#
Bases:
Module
Module for the single iteration steps on the prior term \(\lambda \regname\).
- Parameters:
g_first (bool) – If True, the algorithm starts with a step on g and finishes with a step on f. Default: False.
kwargs – Additional keyword arguments.
Examples using gStep
:#
PnP with custom optimization algorithm (Condat-Vu Primal-Dual)
PnP with custom optimization algorithm (Condat-Vu Primal-Dual)
Learned Primal-Dual algorithm for CT scan.
Learned Primal-Dual algorithm for CT scan.