- Train a model: python train_model.py
- Test a trained model: python test.py
- Please make sure the path in config.py is correct.
- The structures of our trained models are listed in: model_*.py
- The definition of our Stochastic layer is written in: stochastic_layer.py
- Before running our codes, please make sure you installed the default deep learning libaries/framework, such as theano, lasagne, parmesa and so on.
=======