mirror of https://github.com/coqui-ai/TTS.git
TODO added
parent
aec7f02817
commit
f8195834ee
|
@ -67,6 +67,7 @@ class BatchNormConv1d(nn.Module):
|
|||
|
||||
|
||||
class Highway(nn.Module):
|
||||
# TODO: Try GLU layer
|
||||
def __init__(self, in_size, out_size):
|
||||
super(Highway, self).__init__()
|
||||
self.H = nn.Linear(in_size, out_size)
|
||||
|
|
Loading…
Reference in New Issue