ramjet.models.components.selu_light_curve_network_block¶
Module Contents¶
Classes¶
SeluLightCurveNetworkBlock |
A block containing a SELU convolution and all the fixings that go with it. |
-
class
SeluLightCurveNetworkBlock(filters: int, kernel_size: int, pooling_size: int, dropout_rate: float = 0.1)[source]¶ Bases:
tensorflow.keras.layers.LayerA block containing a SELU convolution and all the fixings that go with it.