Usage
The following collection of pages are a concise reference of everything you need to know to use PADL. Read them all to know everything you need to get started!
Contents:
Import anything you need from padl
transform()for making Transforms.save()for saving Transforms.load()for loading Transforms.value()for saving by value.group()for grouping Pipeline.identityfor doing nothing.batchfor defining the batchified part of a pipeline.unbatchfor defining the postprocessing part of a pipeline.samefor applying a value’s method.IfInferfor conditioning on the ‘infer’-stage.IfEvalfor conditioning on the ‘eval’-stage.IfTrainfor conditioning on the ‘train’-stage.Tryfor catching exceptions in a Transform.pd_debugfor debugging Transforms.