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

Bottleneck typo

Open ValdemarQ opened this issue 3 years ago • 0 comments

In model.py

self.bottleneck = Bottleneck(in_channels, n_filter[-1], n_filtersizes[-1])

Should be replace: self.bottleneck = Bottleneck(in_channels, n_filters[-1], n_filtersizes[-1])

ValdemarQ avatar May 03 '21 14:05 ValdemarQ