The program is provide in code_appendix.

We package our program as torch-CLEEGN.

Original data of both dataset we used are available in
	https://www.kaggle.com/c/inria-bci-challenge
	https://www.mamem.eu/results/datasets

"torch-CLEEGN/main.py" is the training program, where the input is .set file.
We use the matlab program to pre-process the data and save to .set file.

If you want to skip all pre-processing and training progress and just checking the model ability,
we provide "torch-CLEEGN/inference.py" and a small session of data and a pre-trained weight.

The detail instruction of torch-CLEEGN is described in "torch-CLEEGN/README.md"