GreenFlux.jl/README.md

33 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2020-07-06 00:55:39 +00:00
<p align="center">
<img width="400px" src="green-flux-logo.png"/>
2020-07-06 00:55:39 +00:00
</p>
2020-06-30 23:46:06 +00:00
[![Build Status](https://github.com/EddieCueto/GreenFlux.jl/workflows/CI/badge.svg)](https://github.com/EddieCueto/GreenFlux.jl/actions)
2020-06-27 20:25:10 +00:00
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://EddieCueto.github.io/GreenFlux.jl/dev)
2020-06-27 17:26:16 +00:00
[![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)
2020-07-06 01:26:29 +00:00
<!-- [![Build Status](https://github.com/EddieCueto/GreenFlux.jl/workflows/CI/badge.svg)](https://github.com/EddieCueto/GreenFlux.jl/actions) -->
2020-07-06 01:17:36 +00:00
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.
2020-07-06 00:55:39 +00:00
To install just do:
```julia
] add GreenFlux
```
2020-07-10 01:25:38 +00:00
**Due to the limited hardware and driver accessibility this framework has been tested and works currently in Linux.**
2020-07-06 01:26:29 +00:00
2020-07-09 23:05:17 +00:00
Tested Successfully On
GPUs:
2020-07-10 01:18:40 +00:00
- NVIDIA GeForce GTX 1050
2020-07-09 23:05:17 +00:00
CPUs:
2020-07-10 01:18:40 +00:00
- Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
2020-07-09 23:05:17 +00:00
OS:
2020-07-10 01:18:40 +00:00
- Ubuntu 18.04.1