chitralekha18 / AutoLyrixAlign

Pre-trained model and script to automatically align lyrics to polyphonic audio
101 stars 6 forks source link

Runtime Error: incorrect output file #5

Open chymaera96 opened 2 years ago

chymaera96 commented 2 years ago

error_report

I was testing out the framework on Ed Sheeran's Perfect as an example as a sanity check. The output file seems to be a copy of the "Abba.KnowingMeKnowingYou_aligned.txt" which is the output from the example file already present in the "example" directory. As can be seen in the screenshot of the terminal, the output states: "run.pl: job failed, log is in exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/log/get_ctm.1.log"

Below is the contents of the indicated log file:

log_report

What could be the cause of the problem? What fixes do you suggest?

chitralekha18 commented 2 years ago

Hi Aditya, It seems the error has occurred before the line you sent, i.e. at align.sh. Could you paste the content of the logfile: exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/log/align.1.log ? Thanks!

On Wed, Dec 15, 2021 at 3:52 PM Aditya Bhattacharjee < @.***> wrote:

[image: error_report] https://user-images.githubusercontent.com/82881944/146217800-4bd8aa59-f085-4731-8d5c-15907f725ce9.png

I was testing out the framework on Ed Sheeran's Perfect as an example as a sanity check. The output file seems to be a copy of the "Abba.KnowingMeKnowingYou_aligned.txt" which is the output from the example file already present in the "example" directory. As can be seen in the screenshot of the terminal, the output states: "run.pl: job failed, log is in exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/log/get_ctm.1.log"

Below is the contents of the indicated log file: set -o pipefail && linear-to-nbest "ark:gunzip -c exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/ali.1.gz|" "ark:utils/sym2int.pl --map-oov 28 -f 2- data/lang_asru_PHON_final_mirex/words.txt < data/test_hires/split1/1/text |" "" "" ark:- | lattice-align-words data/lang_asru_PHON_final_mirex/phones/word_boundary.int exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/final.mdl ark:- ark:- | nbest-to-ctm --frame-shift=0.03 --print-silence=false ark:- - | utils/ int2sym.pl -f 5 data/lang_asru_PHON_final_mirex/words.txt | gzip -c > exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/ctm.1.gz Started at Tue Dec 14 12:43:46 CET 2021

lattice-align-words data/lang_asru_PHON_final_mirex/phones/ word_boundary.int exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/final.mdl ark:- ark:- nbest-to-ctm --frame-shift=0.03 --print-silence=false ark:- - linear-to-nbest 'ark:gunzip -c exp_asru_PHON/chain/cnn-tdnn_sp/ali_test/ali.1.gz|' 'ark:utils/sym2int.pl --map-oov 28 -f 2- data/lang_asru_PHON_final_mirex/words.txt < data/test_hires/split1/1/text |' '' '' ark:- LOG (linear-to-nbest[5.5.5311-47d51]:main():linear-to-nbest.cc:130) Done 0 n-best entries ,0 had errors. WARNING (linear-to-nbest[5.5.5311-47d51]:Close():kaldi-io.cc:515) Pipe utils/sym2int.pl --map-oov 28 -f 2- data/lang_asru_PHON_final_mirex/words.txt < data/test_hires/split1/1/text | had nonzero return status 36096 LOG (lattice-align-words[5.5.5311-47d51]:main():lattice-align-words.cc:125) Successfully aligned 0 lattices; 0 had errors. LOG (nbest-to-ctm[5.5.5311-47d51]:main():nbest-to-ctm.cc:119) Converted 0 linear lattices to ctm format; 0 had errors. Accounting: time=1 threads=1 Ended (code 1) at Tue Dec 14 12:43:47 CET 2021, elapsed time 1 seconds

What could be the cause of the problem? What fixes do you suggest?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chitralekha18/AutoLyrixAlign/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADTT2JIZT3ZQ62F7XYKDHOLURC2SRANCNFSM5KD7N7IA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

chymaera96 commented 2 years ago

Thanks for your prompt reply! This the content of the logfile align1_report

autotrader425 commented 1 year ago

Hi. I'm stuck on the exact same spot as this thread. Any hints on how to make this work? :-) thanks!

Shirley-0708 commented 5 months ago

Thanks for your prompt reply! This the content of the logfile align1_report

Have you solved this problems?