CVxTz / audio_classification

CNN 1D vs 2D audio classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train.csv

braveheartwithlove opened this issue · comments

Hello, Friend,
could you please show some file structure example for this part?
like train.csv?

train_files = glob.glob("../input/audio_train/.wav")
test_files = glob.glob("../input/audio_test/
.wav")
train_labels = pd.read_csv("../input/train.csv")

Thanks