mirror of https://github.com/coqui-ai/TTS.git
bug fix
This commit is contained in:
parent
3c4dcedbd7
commit
d6a6935366
|
@ -9,6 +9,7 @@ import torch
|
||||||
import subprocess
|
import subprocess
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
from torch.autograd import Variable
|
||||||
|
|
||||||
|
|
||||||
class AttrDict(dict):
|
class AttrDict(dict):
|
||||||
|
|
Loading…
Reference in New Issue