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