You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to execute simcse/Sim_process_v3.py but I do not have Laptops directory.
So I tried to execute preprocess.py and create_dataset.py instead.
However, in preprocess.py, an error is occured Traceback (most recent call last): File "src/preprocess.py", line 44, in <module> train_emotion_f, dev_emotion_f, test_emotion_f = emotion_features[0], emotion_features[1], emotion_features[2] KeyError: 0
(I have changed all string '0424' into '0610')
so I checked the length of emotion_features and it is 2
What should I do in this case?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, nice work!
I want to reproduce your work but I have some issues in reproducing.
I got meld_data_0610.pkl from the link https://drive.google.com/file/d/1pWH2xPVZFymxeJUrd6gF37qYbvmhh32s/view?usp=sharing in your readme
I tried to execute simcse/Sim_process_v3.py but I do not have Laptops directory.
So I tried to execute preprocess.py and create_dataset.py instead.
However, in preprocess.py, an error is occured
Traceback (most recent call last): File "src/preprocess.py", line 44, in <module> train_emotion_f, dev_emotion_f, test_emotion_f = emotion_features[0], emotion_features[1], emotion_features[2] KeyError: 0
(I have changed all string '0424' into '0610')
so I checked the length of emotion_features and it is 2
What should I do in this case?
Thank you.
The text was updated successfully, but these errors were encountered: