Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 912 Bytes

README.md

File metadata and controls

42 lines (36 loc) · 912 Bytes

ACRNN_EEG

Paper:

"EEG based Emotion Recognition via Channel-wise Attention and Self Attention"

environment

docker + anaconda + pytorch + GPU

  1. GPU setting

  2. docker
    docker imageの取得

docker pull pytorch/pytorch
docker run -it --name 任意のコンテナ名 -v マウントしたいディレクトリ:マウント先のパス イメージの名前:イメージのタグ /bin/bash
  1. library install
pip install scipy # .mat fileを読み込むため
  1. git install
apt-get update && apt-get install git
  1. tmux 作成途中

Dataset

Training

pyhon main.py

Reference