pyraug.pipelines

The Pipelines module is created to facilitate the use of the library. It provides ways to perform end-to-end operation such as model training or generation. A typical Pipeline is composed by several Pyraug’s instances which are articulated together.

A __call__ function is defined and used to launch the Pipeline.

TrainingPipeline

This Pipeline provides an end to end way to train your VAE model.

GenerationPipeline

This pipelines allows to generate new samples from a pre-trained model