Respair commited on
Commit
fb780a9
1 Parent(s): 3286d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -10,17 +10,18 @@ Unfortunately, due to the variation in how floating-point operations are perform
10
  and given the intrinsic characteristics of models that incorporate diffusion components,
11
  it is unlikely that you will achieve identical results to those obtained on my server, where the model was originally trained.
12
  So, the output you're about to hear may not accurately reflect the true performance of the model.
 
13
 
14
 
15
 
16
  =========
17
 
18
-
19
 
20
  残念ながら、異なるデバイスで浮動小数点演算が異なる方法で行われるため、およびDiffusionコンポーネントを取り入れたモデルの固有の特性を考慮すると、
21
  モデルが元々トレーニングされたデバイスで得られた結果と同じ結果を得ることは難しいでしょう。
22
  その結果、以下で体験するパフォーマンスはモデルの真の性能を正確に反映していません。
23
- そのため、音声の開始時または終了時にアーティファクトが発生する可能性があります。
24
 
25
  **
26
  """
 
10
  and given the intrinsic characteristics of models that incorporate diffusion components,
11
  it is unlikely that you will achieve identical results to those obtained on my server, where the model was originally trained.
12
  So, the output you're about to hear may not accurately reflect the true performance of the model.
13
+ it is also not limited to the artifacts, even the prosody and natural-ness of the speech is affected.
14
 
15
 
16
 
17
  =========
18
 
19
+ 音声の開始時または終了時に、もともと存在しなかったはずのアーティファクトが、ここで発生する可能性があります。
20
 
21
  残念ながら、異なるデバイスで浮動小数点演算が異なる方法で行われるため、およびDiffusionコンポーネントを取り入れたモデルの固有の特性を考慮すると、
22
  モデルが元々トレーニングされたデバイスで得られた結果と同じ結果を得ることは難しいでしょう。
23
  その結果、以下で体験するパフォーマンスはモデルの真の性能を正確に反映していません。
24
+ そのため、アーティファクトの問題だけではなく、ナチュラルネスや音声クオリティーにも及びます。
25
 
26
  **
27
  """