Audio-Super-Resolution icon indicating copy to clipboard operation
Audio-Super-Resolution copied to clipboard

Model - type

Open ValdemarQ opened this issue 3 years ago • 0 comments

in model, there is another type:

x1 = self.bottlebeck(down_outs[-1])

should be:

x1 = self.bottleneck(down_outs[-1])

ValdemarQ avatar May 03 '21 14:05 ValdemarQ