add model zoo reference

This commit is contained in:
CarloLucibello 2020-02-29 13:50:23 +01:00
parent 4109f2e0d7
commit 4f693e02cb
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ machine learning and deep learning workflows:
- [Parameters.jl](https://github.com/mauro3/Parameters.jl): types with default field values, keyword constructors and (un-)pack macros
- [ProgressMeters.jl](https://github.com/timholy/ProgressMeter.jl): progress meters for long-running computations
- [TensorBoardLogger.jl](https://github.com/PhilipVinc/TensorBoardLogger.jl): easy peasy logging to [tensorboard](https://www.tensorflow.org/tensorboard) in Julia
This tight integration among Julia pakages is shown in some of the examples in the [model-zoo](https://github.com/FluxML/model-zoo) repository.