Closed yenchenlin closed 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:
audio_simple
dataset
main_finetune.lua
data.lua
/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.
donkey_audio
donkey_audio_labeled
Would you please have a look in the finetune section of README?
Sorry for the typo. The correct name of the data loader is 'audio_labeled'
Hello @cvondrick ,
It seems that
audio_simple
, thedataset
variable defined inmain_finetune.lua
, is not valid fordata.lua
to load the input audios. It shows following error:I also tried to replace
audio_simple
withdonkey_audio
anddonkey_audio_labeled
, but none of them work.Would you please have a look in the finetune section of README?