ashpy.contextsΒΆ

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

Classes

context.Context

ashpy.contexts.Context 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

context

Primitive Context Interface.

classifier

Classifier Context.

gan

GANContext measures the specified metrics on the GAN.