pyprobound.layers.layer

Base classes for Mode layers.

Members are explicitly re-exported in pyprobound.layers.

Classes

EmptyLayerSpec(out_channels, in_channels[, name])

LayerSpec that does not require any configuration.

Layer(layer_spec, input_shape, ...[, name])

Experiment-specific LayerSpec container.

LayerSpec(out_channels, in_channels[, name])

A component that stores experiment-independent parameters of layers.

LengthManager(*args, **kwargs)

Protocol for output length and receptive field calculations.

ModeKey(*args, **kwargs)

Output of Mode.key() with length calculations.