Remove sinusoid detection code and old SGMM code/scripts#1329
Remove sinusoid detection code and old SGMM code/scripts#1329danpovey merged 1 commit intokaldi-asr:masterfrom
Conversation
|
@danpovey I fix the bug--delete the ../sgmm//libkaldi-sgmm.so in the Makefile of decoder/. Best wishes, |
|
Have you grepped in all the run.sh files for 'sgmm' to see if there are commented-out invocations to the SGMM scripts that you need to delete? |
fix delete the commented-out invocations about sgmm and some others
|
@danpovey I run the command--" find ./ -name 'run.sh' -print | xargs grep -n 'sgmm' > info" and check the output file line by line. Now I think all in the run.sh isn't about sgmm. Best wishes, |
@danpovey
As your guidance, I modify something about #1315
Please Check it. Thanks
Best Wishes,
Hang