Spaces:
Sleeping
Sleeping
Update Tacotron2.py
Browse files- Tacotron2.py +2 -0
Tacotron2.py
CHANGED
|
@@ -11,6 +11,8 @@ from GST import GST
|
|
| 11 |
from utils import to_gpu, get_mask_from_lengths
|
| 12 |
from fp16_optimizer import fp32_to_fp16, fp16_to_fp32
|
| 13 |
|
|
|
|
|
|
|
| 14 |
|
| 15 |
class tacotron_2(nn.Module):
|
| 16 |
def __init__(self, tacotron_hyperparams):
|
|
|
|
| 11 |
from utils import to_gpu, get_mask_from_lengths
|
| 12 |
from fp16_optimizer import fp32_to_fp16, fp16_to_fp32
|
| 13 |
|
| 14 |
+
torch.manual_seed(1234)
|
| 15 |
+
|
| 16 |
|
| 17 |
class tacotron_2(nn.Module):
|
| 18 |
def __init__(self, tacotron_hyperparams):
|