ACR.py 🚧¢

Source: LION/models/learned_regularizer/ACR.py

Warning

This file has not yet received a complete narrative and docstring audit. Its public source-level API is listed automatically below.

class Positive

No docstring is available.

Positive.forward(self, X)

No docstring is available.

class ICNN_layer(channels, kernel_size=5, stride=1, relu_type='LeakyReLU')

No docstring is available.

ICNN_layer.forward(self, z, x0)

No docstring is available.

class L2net(l2_penalty: float)

No docstring is available.

L2net.forward(self, x)

No docstring is available.

class ACR(geometry_parameters: ct.Geometry, model_parameters: ACRParams | None = None)

No docstring is available.

ACR.initialize_weights(self, min_val=0.0, max_val=0.001)

No docstring is available.

ACR.improved_initialize_weights(self, min_val=0.0, max_val=0.001)

No docstring is available.

ACR.forward(self, x)

No docstring is available.

ACR.default_parameters()

No docstring is available.

ACR.cite(cite_format='MLA')

No docstring is available.