EEG-To-Text
EEG-To-Text copied to clipboard
code for AAAI2022 paper "Open Vocabulary Electroencephalography-To-Text Decoding and Zero-shot Sentiment Classification"
Hello. As far as I understand, you are storing the data in a pandas dataframe with one column corressponding to EEG signals and the other to text and then converting...
## This issue is related to commit fbaf82d After running the script: `bash ./scripts/eval_decoding.sh` , the results came out to be: corpus BLEU-1 score: 0 corpus BLEU-2 score: 0 corpus...
After I run the script: `bash ./scripts/eval_decoding.sh`, the message is shown below: **TypeError: BartEncoder() got multiple values for keyword argument 'return_dict'** This error seems to indicate that more than one...
how to use it to convert the eeg to chinese word?I want to implement such a function that when I think of a word in my mind, such as “中”,it...
Hi, I'm trying to run your project but I failed in creating anaconda environment. I met this issue: Pip subprocess error: ERROR: Could not find a version that satisfies the...
I was trying to reproduce the paper and the pretrained weights for step 1 'path_to_step_1_checkpoint.pt' was not in the github. Could you please upload the weights?
Hello! Recently I prepared ZuCo and ZuCo 2.0 dataset, and process them as said in readme. And I start trainning with the default settings. At last,when I access to the...