ramjet.models.components.light_curve_network_block¶
Code for a general light curve network block.
Module Contents¶
Classes¶
LightCurveNetworkBlock |
A block containing a convolution and all the fixings that go with it. |
-
class
LightCurveNetworkBlock(filters: int, kernel_size: int, pooling_size: int, dropout_rate: float = 0.1, batch_normalization: bool = True, spatial: bool = True, l2_regularization: float = 0.0)[source]¶ Bases:
tensorflow.keras.layers.LayerA block containing a convolution and all the fixings that go with it.