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

Skip to content

fix bugs in SVS1#5851

Merged
sw005320 merged 11 commits intoespnet:masterfrom
South-Twilight:espnet-muskits
Jul 31, 2024
Merged

fix bugs in SVS1#5851
sw005320 merged 11 commits intoespnet:masterfrom
South-Twilight:espnet-muskits

Conversation

@South-Twilight
Copy link
Contributor

What?

  1. fix recipes: itako, kiritan, namine_ritsu_utagoe_db, natsume
    • fix problems in data_preparation stage.
  2. update README.md to make it easier to understand
    • update run command
  3. fix some config setting in opencpop
    • duration dim and some params in run.sh

Why?

fix bugs as shown above

1) update README.md in svs1
2) fix f0max in svs.sh
3) update train_config in opencpop, include rnn_dp, xiaoicesing, singing_tactron
1) natsume: fix score_scp.py to deal with tempo with playback only
2) namine: reconstruct recipe and fix data.sh to use local/prep_segments.py
1) fix variable error in svs.sh
2) fix data preparation in itako
@ftshijt ftshijt added Recipe Music Music processing labels Jul 29, 2024
@ftshijt ftshijt added this to the v.202405 milestone Jul 29, 2024
@sw005320
Copy link
Contributor

Do these PRs change the results?
(I guess so, since you changed some configurations).
In this case, can you also update the results and models?

@South-Twilight
Copy link
Contributor Author

Do these PRs change the results? (I guess so, since you changed some configurations). In this case, can you also update the results and models?

These PRs will not change the model results. Previously, when running these models, we modified the model parameters to those in the current PR to adapt the specific recipe. This time, we have changed these settings to be the default settings.

@sw005320
Copy link
Contributor

Got it.
In this case, after the review by @ftshijt, I'll merge this PR.

Copy link
Collaborator

@ftshijt ftshijt 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 the update! I've left my comments as follows:

@@ -1 +1 @@
../asr1/db.sh No newline at end of file
../../TEMPLATE/asr1/db.sh No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

This link seems identical to its original setting?

# Only used for the model using pitch features (e.g. FastSpeech2)
f0min=80 # Maximum f0 for pitch extraction.
f0max=800 # Minimum f0 for pitch extraction.
f0max=810 # Minimum f0 for pitch extraction.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we have some reasons to change this one?

Comment on lines +63 to +69
tempo = None
for item in m:
tempo_number = item[2].number
if tempo_number is not None:
tempo = tempo_number
break
tempo = int(tempo)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it okay to use only one tempo for all music score object?

1) update opencpop run.sh to provide setting in fs=24000 and fs=44100
2) fix conf in namine
3) update itako version
@codecov
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.33%. Comparing base (e0dd1cf) to head (4dbc787).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5851      +/-   ##
==========================================
- Coverage   54.88%   54.33%   -0.55%     
==========================================
  Files         776      777       +1     
  Lines       71428    71468      +40     
==========================================
- Hits        39203    38834     -369     
- Misses      32225    32634     +409     
Flag Coverage Δ
test_python_espnet2 52.76% <100.00%> (-0.53%) ⬇️
test_utils 20.61% <ø> (-0.01%) ⬇️

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.

@ftshijt
Copy link
Collaborator

ftshijt commented Jul 31, 2024

Thanks for the update! LGTM now

@sw005320 sw005320 merged commit 9a1b250 into espnet:master Jul 31, 2024
@sw005320
Copy link
Contributor

Thanks, @South-Twilight!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants