Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix some minor errors in SID recipe#6045

Merged
sw005320 merged 7 commits intoespnet:masterfrom
shimhz:kids_sid
Feb 26, 2025
Merged

fix some minor errors in SID recipe#6045
sw005320 merged 7 commits intoespnet:masterfrom
shimhz:kids_sid

Conversation

@shimhz
Copy link
Contributor

@shimhz shimhz commented Feb 22, 2025

What?

Minor fixes for SID recipe

  • preprocessor setting in no data augmentation condition
  • speech shape mismatch when extracting test features

Why?

See also

@mergify mergify bot added the ESPnet2 label Feb 22, 2025
@shimhz shimhz changed the title fix some minor errors for SID recipe fix some minor errors in SID recipe Feb 22, 2025
@sw005320 sw005320 added Bugfix SID Speaker identification/embedding labels Feb 22, 2025
@sw005320 sw005320 added this to the v.202503 milestone Feb 22, 2025
@sw005320
Copy link
Contributor

Thanks!
LGTM.

@Jungjee, can you take a look at them?

Copy link
Contributor

@Jungjee Jungjee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing out the corner case in RIR augmentation configuration!

Can you revert the one line change in spk.sh? Other than that, LGTM!

--data_path_and_name_and_type ${_inference_dir}/trial2.scp,speech2,sound \
--data_path_and_name_and_type ${_inference_dir}/trial_label,spk_labels,text \
--shape_file ${spk_stats_dir}/valid/speech_shape \
--shape_file ${spk_stats_dir}/test/speech_shape \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @shimhz, but can you revert this line?
I get where this is coming from, but I think this would better be dealt in another PR with other changes (which I'll need to work on sometime soon..)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand what you mean. I reverted that line.

@codecov
Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.44%. Comparing base (b57dd04) to head (02e53ac).
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6045      +/-   ##
==========================================
+ Coverage   38.19%   47.44%   +9.25%     
==========================================
  Files         566      531      -35     
  Lines       51080    48030    -3050     
==========================================
+ Hits        19511    22789    +3278     
+ Misses      31569    25241    -6328     
Flag Coverage Δ
test_integration_espnet2 47.44% <100.00%> (?)
test_integration_espnetez ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sw005320
Copy link
Contributor

@shimhz,
It seems that your change broke the espnetez test
https://github.com/espnet/espnet/actions/runs/13469970329/job/37642266903?pr=6045

Can you check this?

@sw005320 sw005320 merged commit dfb2a20 into espnet:master Feb 26, 2025
40 checks passed
@sw005320
Copy link
Contributor

Thanks, @shimhz!

Shikhar-S pushed a commit to Shikhar-S/espnet that referenced this pull request Mar 13, 2025
fix some minor errors in SID recipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bugfix ESPnet2 SID Speaker identification/embedding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants