Interfaces

Functionality

Interfaces

DLPipelines.jl has multiple interfaces that you can implement for your LearningMethods.

Core interface, for inference and training pipelines. Everything you need to use predict, predictbatch and methoddataset.

Buffered interface, to enable allocation-free pipelines. Mimicks the core interface.

Interpretation interface, for visualizing and making sense of the data at different steps.

Training interface.