ashpy.contextsΒΆ

Contexts help gaining an easier control over the model selection and testing process of the models.

Classes

base_context.BaseContext

ashpy.contexts.BaseContext provide an interface for all contexts.

classifier.ClassifierContext

ashpy.ClassifierContext provide the standard functions to test a classifier.

gan.GANContext

ashpy.contexts.gan.GANContext measure the specified metrics on the GAN.

gan.GANEncoderContext

ashpy.contexts.gan.GANEncoderContext measure the specified metrics on the GAN.


Modules

base_context

Primitive Context Interface.

classifier

Classifier Context.

gan

GANContext measures the specified metrics on the GAN.