-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Segmentation fix #2273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fix #2273
Conversation
|
This is ready to be merged. |
danpovey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple comments
| for p in $garbage_phones; do | ||
| for affix in "" "_B" "_E" "_I" "_S"; do | ||
| for a in "" "_B" "_E" "_I" "_S"; do | ||
| echo "$p$affix" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't look right to me.
|
|
||
| sad_nnet_dir=exp/segmentation${affix}/tdnn_stats_asr_sad_1a | ||
| sad_nnet_dir=$dir/tdnn_stats_asr_sad_1a | ||
| sad_opts="--extra-left-context 79 --extra-right-context 21 --frames-per-chunk 150 --extra-left-context-initial 0 --extra-right-context-final 0 --acwt 0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could remove the comments if they are not relevant any more.
and you should probably explain where you got the "opts" from, e.g. do they need to match something else in another script?
|
Fixed. |
|
@olix20, can you please check if this resolves your problems? |
|
I'm merging but @olix20, please let us know if you find further problems. |
This reverts commit 322f698.
Fix for a bug that occurs in certain cases.
Also fixes #2269