Closed jungin-jin-choi closed 4 years ago
Well I not exactly resolved this problem but.. Somehow I figured out that the wav files had variable length, which was my mistake to download endpoint audio of GRID dataset. After redoing preprocessing & tfrecords generation with the fixed length audio dataset, training was successful!
Hi, thanks for your nice & clean repo, dr. pato. I had problems while running the training script, which says:
While searching for this error, I found some discussion which implied that the problem was with tfrecord However when I printed the tfrecord inspection code, I found that there were
base_audio_path
in the tfrecord keys (printed keys:dict_keys(['base_audio_path', 'mix_audio_path', 'mix_audio_wav', 'base_audio_wav', 'sequence_length', 'other_audio_wav', 'other_audio_path'])
) Do you have any idea?FYI, Following is my training script
Following is my dataset directory structure