EncoderBCE¶
Inheritance Diagram

-
class
ashpy.losses.gan.EncoderBCE(from_logits=True)[source]¶ Bases:
ashpy.losses.executor.ExecutorThe Binary Cross Entropy computed among the encoder and the 0 label.
Methods
__init__([from_logits])Initialize the Executor. call(*args, **kwargs)Attributes
fnReturn the Keras loss function to execute. global_batch_sizeGlobal batch size comprises the batch size for each cpu. weightReturn the loss weight.