Made the README paragraph more verbose

This commit is contained in:
Eduardo Cueto Mendoza 2020-07-05 19:17:36 -06:00
parent 864771eafe
commit dc1c212840
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
[![Build Status](https://travis-ci.com/EddieCueto/GreenFlux.jl.svg?branch=master)](https://travis-ci.com/EddieCueto/GreenFlux.jl)
[![Coverage](https://codecov.io/gh/EddieCueto/GreenFlux.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/EddieCueto/GreenFlux.jl)
GreenFlux adds Green AI functionalities to [Flux](https://github.com/FluxML/Flux.jl) so you can make better reports of the electricity and number of `non-embedding Floating Point OPerations` that your Flux model will require during forward and back propagation.
GreenFlux adds Green AI functionalities to [Flux](https://github.com/FluxML/Flux.jl) so you can make more precise reports on your peer reviewed papers or conference submissions of the electricity consumed by your model during training and number of `non-embedding Floating Point OPerations` that your Flux model will require during forward and back propagation.
To install just do:
```julia