mirror of https://github.com/coqui-ai/TTS.git
remove Variable from models/tacotron.py
This commit is contained in:
parent
779705ae00
commit
98a019d1de
|
@ -1,5 +1,4 @@
|
|||
import torch
|
||||
from torch.autograd import Variable
|
||||
from torch import nn
|
||||
from torch.nn import functional as F
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# coding: utf-8
|
||||
import torch
|
||||
from torch import nn
|
||||
|
||||
from .attention import AttentionRNN
|
||||
from .attention import get_mask_from_lengths
|
||||
|
||||
|
|
Loading…
Reference in New Issue