TideDancer / interspeech21_emotion

99 stars 20 forks source link

> Sorry for the late reply. Have you solved the issue? The csv file has the field 'file' in it. If the 'file' key is not found, could you set a breakpoint after obtaining the val_dataset, #21

Open wlaamaa opened 5 months ago

wlaamaa commented 5 months ago
          > Sorry for the late reply. Have you solved the issue? The csv file has the field 'file' in it. If the 'file' key is not found, could you set a breakpoint after obtaining the val_dataset,

https://github.com/TideDancer/interspeech21_emotion/blob/c36dcc0d2bd9a22602c081a5ab064ab5e9d4f019/run_emotion.py#L448

, and see if the keys are correct ?

Thanks for your reply! I will try that.

_Originally posted by @Efr0nd in https://github.com/TideDancer/interspeech21_emotion/issues/16#issuecomment-1889451073_

wlaamaa commented 5 months ago
          > Sorry for the late reply. Have you solved the issue? The csv file has the field 'file' in it. If the 'file' key is not found, could you set a breakpoint after obtaining the val_dataset,

https://github.com/TideDancer/interspeech21_emotion/blob/c36dcc0d2bd9a22602c081a5ab064ab5e9d4f019/run_emotion.py#L448

, and see if the keys are correct ?

Thanks for your reply! I will try that.

_Originally posted by @Efr0nd in #16 (comment)_ I tried, and the keys was present, but I still got an error.