"EEG based Emotion Recognition via Channel-wise Attention and Self Attention"
docker + anaconda + pytorch + GPU
-
GPU setting
-
docker
docker imageの取得
docker pull pytorch/pytorch
docker run -it --name 任意のコンテナ名 -v マウントしたいディレクトリ:マウント先のパス イメージの名前:イメージのタグ /bin/bash
- library install
pip install scipy # .mat fileを読み込むため
- git install
apt-get update && apt-get install git
- tmux 作成途中
- DEAP
http://www.eecs.qmul.ac.uk/mmv/datasets/deap/ - DREAMER
https://zenodo.org/record/546113#.YIb00n2mMTU
pyhon main.py
- docker + gpu + pytorch
https://qiita.com/conankonnako/items/787b69cd8cbfe7d7cb88 - similarity code (tensorflow) https://github.com/Chang-Li-HFUT/ACRNN