demucs implementation

This commit is contained in:
shahules786 2022-09-05 15:49:39 +05:30
parent 21b837b48f
commit 9df1dafccf
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ class Demus(nn.Module):
self.de_lstm = DeLSTM(input_size=c_in,hidden_size=c_in,num_layers=2,bidirectional=self.bidirectional)
def forward(self,input):
pass