This project uses python 3.5 with Keras/tensorflow for experiments.
Code works only for Keras with tensorflow backend.
To run experiments:
- create conda environment or install required packages:
conda env create -f config/environment.yml
or
pip install -r requirements.txt
Note: if GPU is not used, change 'tensorflow-gpu' to 'tensorflow' - set hyperparameters. As of now they need to be set by manually editing file
train.py
(this will be refactored) - run:
python train.py
For visualizations, see: notebooks
folder