Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzoh/dlpipelines.jl
Interfaces for deep learning data pipelines.
https://github.com/lorenzoh/dlpipelines.jl
deep-learning julia
Last synced: about 2 months ago
JSON representation
Interfaces for deep learning data pipelines.
- Host: GitHub
- URL: https://github.com/lorenzoh/dlpipelines.jl
- Owner: lorenzoh
- License: mit
- Created: 2020-09-12T09:43:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T07:05:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T06:17:34.405Z (about 2 months ago)
- Topics: deep-learning, julia
- Language: Julia
- Homepage: https://lorenzoh.github.io/DLPipelines.jl/dev/README.html
- Size: 886 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DLPipelines: deprecated in favor of [FastAI.jl](https://github.com/FluxML/FastAI.jl)
DLPipelines.jl has been deprecated, and all of its functionality has been moved to [FastAI.jl](https://github.com/FluxML/FastAI.jl).
---
*DLPipelines.jl* is an interface for defining deep learning data pipelines. This includes every data transformation beside the model itself: preprocessing and augmenting the data before feeding it into the model, and decoding the model's outputs to targets.
It is used in [FastAI.jl](https://www.github.com/FluxML/FastAI.jl) to provide an easy-to-use interface for common learning tasks.
See [the documentation](https://lorenzoh.github.io/DLPipelines.jl/dev/README.html) for more information on implementing the interface.