Partaourides / SERN

A Self-Attentive Emotion Recognition Network
MIT License
12 stars 0 forks source link

hello! #2

Open qqhh0830 opened 3 years ago

qqhh0830 commented 3 years ago

Hello,dear author.I also have a problem with datasets.Where should I point the path to read the dataset? Are you using the original IEMOCAP dataset?Thanks.

Partaourides commented 3 years ago

Hi. Yes, I am using the original IEMOCAP dataset. I placed the dataset in the same folder as the code. dialogs_files = glob.glob("IEOMAP_dataset/Sentences/.txt") dialogs_emotions_files = glob.glob("IEOMAP_dataset/Classification/.txt") This is the code in the IEOMAP_dataset_AC.py file that points to the data path.