YuanGongND / ast

Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
BSD 3-Clause "New" or "Revised" License
1.13k stars 212 forks source link

Missing "esc_class_labels_indices.csv" file #104

Closed kaiw7 closed 1 year ago

kaiw7 commented 1 year ago

Hi Yuan, could I know where is the 'esc_class_labels_indices.csv' file? Because I met error about 'FileNotFoundError'. Thank you very much.

YuanGongND commented 1 year ago

It is here: https://github.com/YuanGongND/ast/blob/master/egs/esc50/data/esc_class_labels_indices.csv

If you closely follow up the readme file, you should not get this error.

kaiw7 commented 1 year ago

Hi Yuan, I found that. Thank you very much.