Skip to content

nayuta-ai/ACRNN_EEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages