Skip to content

ArashAkbarinia/ides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ides

You can download the relevant THINGS-EEG data set and THINGS-MEG data set at https://osf.io/3jk45/ .

The raw and preprocessed EEG dataset, the training and test images and the DNN feature maps are available on osf.

To reproduce our results, please run:

for i in {1..10}; do \ 
  python decoder_things_eeg2_transformer.py --eeg_dir EEG2/ --subject $i --print_frequency 1 \
  --out_dir results/inter_subjects/ --epochs 40 --num_layers 8 --dropout 0.1 --hidden_dim 128 \
  --lr 3e-4 --batch_size 256 --experiment_name _new_baseline --optimiser AdamW --val_imgs 9 \
  --num_workers 4 --arch atm --feature_dir ViT-B-16__laion400m_e31__visual-language__1024/ \ 
  --avg_concept ; \
  done

About

Object Decoding from EEG Signal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published