Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.04 KB

README.rst

File metadata and controls

51 lines (27 loc) · 1.04 KB

WARNING: Package under development, more information will come soon


sugar_training

sugar_training is the training code of the SUGAR model develloped in python.

In sugar_training it is possible to find:

  • The SUGAR training code
  • Plotting function to reproduce plots from the article

Waiting the paper, the description of the training can be found in french here .

Installation

To install:

git clone https://github.com/PFLeget/sugar_training.git

To install sugar_training, use:

cd sugar_training/
python setup.py install

Dependencies

sugar_training has for now the following dependencies (see the quick installs below):

Python

sugar_training can be run in python 2 and python 3 (need to be done)