lorenzoh / DLPipelines.jl

Interfaces for deep learning data pipelines.
https://lorenzoh.github.io/DLPipelines.jl/dev/README.html
MIT License
6 stars 1 forks source link

Remove `LearningTask` #15

Closed lorenzoh closed 3 years ago

lorenzoh commented 3 years ago

Since in practice I have found little benefit to DLPipelines.LearningTasks over just abstract LearningMethod they are being removed to get rid of unneeded complexity.