remove Variable from models/tacotron.py

This commit is contained in:
Eren Golge 2018-05-10 16:35:38 -07:00
parent 8dc0df5ac2
commit 2c1f66a0fc
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import torch
from torch.autograd import Variable
from torch import nn
from torch.nn import functional as F

View File

@ -1,7 +1,6 @@
# coding: utf-8
import torch
from torch import nn
from .attention import AttentionRNN
from .attention import get_mask_from_lengths