mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
TODO added
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user