YuanGongND / psla

Code for the TASLP paper "PSLA: Improving Audio Tagging With Pretraining, Sampling, Labeling, and Aggregation".
BSD 3-Clause "New" or "Revised" License
140 stars 16 forks source link

class_labels_indices.csv is missing in psla/egs/fsd50k/class_labels_indices.csv #1

Closed maxime-leiber closed 2 years ago

maxime-leiber commented 2 years ago

File 'class_labels_indices.csv' is missing from the following path 'egs/fsd50k/class_labels_indices.csv'.

To reproduce: python psla/egs/fsd50k/prep_fsd.py >> No such file or directory: './class_labels_indices.csv' python psla/src/label_enhancement/fix_type1.py >> No such file or directory: '../../egs/fsd50k/class_labels_indices.csv'

YuanGongND commented 2 years ago

Thanks. Just added the missing file.

-Yuan