Skip to content

Commit e103e20

Browse files
authored
Add Ignite.jl to ecosystem.md (#2395)
* Add Ignite.jl to ecosystem.md * Update docs/src/ecosystem.md
1 parent 9b9f950 commit e103e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/ecosystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Utility tools you're unlikely to have met if you never used Flux!
5252

5353
- [FastAI.jl](https://github.com/FluxML/FastAI.jl) is a Julia port of Python's fast.ai library.
5454
- [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. It powers training in FastAI.jl
55+
- [Ignite.jl](https://github.com/jondeuce/Ignite.jl) is a Julia port of the Python library `ignite` for simplifying neural network training and validation loops, using events and handlers.
56+
- [Tsunami.jl](https://github.com/CarloLucibello/Tsunami.jl) adds high-level ways to control training, parameter schedules & logging, heavily inspired by `pytorch-lightning`.
5557

5658
### Datasets
5759

0 commit comments

Comments
 (0)