WARNING: Package under development, more information will come soon
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 .
To install:
git clone https://github.com/PFLeget/sugar_training.git
To install sugar_training, use:
cd sugar_training/ python setup.py install
sugar_training
has for now the following dependencies (see the quick
installs below):
- libraries listed in the requirements file
sugar_training
can be run in python 2 and python 3 (need to be done)