Skip to content
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

StyleVersionを作る #934

Open
qryxip opened this issue Jan 23, 2025 · 1 comment
Open

StyleVersionを作る #934

qryxip opened this issue Jan 23, 2025 · 1 comment
Labels
機能向上 要議論 実行する前に議論が必要そうなもの

Comments

@qryxip
Copy link
Member

qryxip commented Jan 23, 2025

整理すると・・・

  • スタイルごとにバージョンがある想定、1つのスタイルだけバージョンが上がる可能性もあり得る
  • ただ現状、1つのmetas.json内に含まれる同一話者の別スタイルは全て同じバージョン
  • なのでSpeakerMeta内にスタイルのversionがある
    • という解釈だけど、もともとスタイルを増やす想定をしていなかったので、話者の下にversionを作ってしまったのが根本にある

という感じ。で、話者ごとにバージョンを作るか、スタイルごとにするかだけど、

  • もし話者ごとに共通のバージョンとすると、1つのVVMにスタイルを追加したとき、その話者が含まれる全VVMのその話者のバージョンを上げる必要がある
    • 別にこの運用でも良いかもしれない
  • スタイルごとにバージョンを付ける場合、1つの話者の複数のスタイルがバラバラのバージョンになる可能性がある
    • 特に問題にはならない・・・・・はず・・・?
  • 将来的に1つのVVMの中に複数の同種のonnxモデルを搭載できるようになると便利そう
    • こうなるとSpeakerMetaの直下にStyleVersionがある場合に辻褄が合わなくなる

どっちの方がいいかわからないけど、とりあえずの運用として、SpeakerMetaの直下にあるversionはSpeakerVersionじゃないといけなそう!
ということで冒頭のコメントをした次第でした。

もし真のStyleVersionを作るなら、stylesの下に置く必要がありそう。
まあ必要になったらで良さそう!

Originally posted by @Hiroshiba in #931 (review)

@qryxip qryxip changed the title !!! StyleVersionを作る Jan 23, 2025
@qryxip qryxip added 要議論 実行する前に議論が必要そうなもの 機能向上 labels Jan 23, 2025
@Hiroshiba
Copy link
Member

issue作成感謝!! 引用の中の結論の部分を引っ張り出してくるとこうですかね!

  • とりあえずの運用として、SpeakerMetaの直下にあるversionはSpeakerVersionとする
  • もし真のStyleVersionを作るなら、stylesの下に置く必要がありそう
  • まあ必要になったらで良さそう

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
機能向上 要議論 実行する前に議論が必要そうなもの
Projects
None yet
Development

No branches or pull requests

2 participants