RAMjET

ramjet.models.hades

Code for a general convolutional model for light curve data.

Module Contents

Classes

Hades A general convolutional model for light curve data.
class Hades(number_of_label_types=1)[source]

Bases: tensorflow.keras.Model

A general convolutional model for light curve data.

__init__(self, number_of_label_types=1)[source]

Initialize self. See help(type(self)) for accurate signature.

call(self, inputs, training=False, mask=None)[source]

The forward pass of the layer.

Parameters:
  • inputs – The input tensor.
  • training – A boolean specifying if the layer should be in training mode.
  • mask – A mask for the input tensor.
Returns:

The output tensor of the layer.