cvondrick / soundnet

SoundNet: Learning Sound Representations from Unlabeled Video. NIPS 2016
http://projects.csail.mit.edu/soundnet/
MIT License
461 stars 94 forks source link

Erros when running finetune #2

Closed yenchenlin closed 7 years ago

yenchenlin commented 7 years ago

Hello @cvondrick ,

It seems that audio_simple, the dataset variable defined in main_finetune.lua, is not valid for data.lua to load the input audios. It shows following error:

/home/yclin/distro/install/bin/luajit: /home/yclin/Workspace/soundnet/data/data.lua:24: Unknown dataset: audio_simple

I also tried to replace audio_simple with donkey_audio and donkey_audio_labeled, but none of them work.

Would you please have a look in the finetune section of README?

cvondrick commented 7 years ago

Sorry for the typo. The correct name of the data loader is 'audio_labeled'