Skip to content

Commit 73beb0b

Browse files
committed
Merge branch 'inconsistent-ecosystem-docs' of https://github.com/Saransh-cpp/Flux.jl into inconsistent-ecosystem-docs
2 parents fe1989c + 38333cf commit 73beb0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/ecosystem.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This is a non-exhaustive list of Julia packages, nicely complementing `Flux` in
77
machine learning and deep learning workflows. To add your project please send a [PR](https://github.com/FluxML/Flux.jl/pulls).
88
See also academic work citing Flux or Zygote.
99

10+
## High-level training flows
11+
12+
- [FastAI.jl](https://github.com/FluxML/FastAI.jl) is a Julia port of Python's fast.ai library.
13+
- [FluxTraining.jl](https://github.com/FluxML/FluxTraining.jl) is a package for using and writing powerful, extensible training loops for deep learning models. It supports callbacks for many common use cases like hyperparameter scheduling, metrics tracking and logging, checkpointing, early stopping, and more.
1014
## Computer vision
1115

1216
- [ObjectDetector.jl](https://github.com/r3tex/ObjectDetector.jl) provides ready-to-go image analysis via YOLO.

0 commit comments

Comments
 (0)