Audio-Super-Resolution
Audio-Super-Resolution copied to clipboard
Model - type
in model, there is another type:
x1 = self.bottlebeck(down_outs[-1])
should be:
x1 = self.bottleneck(down_outs[-1])