FBPConvNet.py 🚧¢

Source: LION/models/post_processing/FBPConvNet.py

Warning

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

class ConvBlock(channels, relu_type='ReLU', relu_last=True, kernel_size=3)

No docstring is available.

ConvBlock.forward(self, x)

No docstring is available.

class Down

Downscaling with maxpool

Down.forward(self, x)

No docstring is available.

class Up(channels, stride=2, relu_type='ReLU')

Upscaling with transpose conv

Up.forward(self, x)

No docstring is available.

class FBPConvNet(geometry_parameters: ct.Geometry, model_parameters: LIONModelParameter | None = None)

No docstring is available.

FBPConvNet.default_parameters()

No docstring is available.

FBPConvNet.cite(cite_format='MLA')

No docstring is available.

FBPConvNet.forward(self, x)

No docstring is available.