thervieu / 42total-perspective-vortex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

total perspective vortex

foreword

please run with a full path to a new sgoinfre dir

export SAVE_PATH=YOUR_DOWLOAD_PATH

Transformed files and AI Models will be saved in this directory (GBs of data)

run the programs

To visualize data:

python3 visualize.py

You can run all tests and get averages of predictions for all subjects and all experiences:

python3 tpv.py

Or you can run one training/prediction for one subject and one experiment:

python3 tpv.py [0 <= experience number <= 5]  [1 <= subject number <= 108] [train/predict]

Example:

python3 tpv.py 2 13 train

mne doesn't work

About

License:MIT License


Languages

Language:Python 100.0%