Interfaces
DLPipelines.jl has multiple interfaces that you can implement for your LearningMethod
s.
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.