We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87fdd6 commit 537764cCopy full SHA for 537764c
audio_diffusion_pytorch/modules.py
@@ -222,7 +222,7 @@ def __init__(
222
context_mapping_features: Optional[int] = None,
223
):
224
super().__init__()
225
- mid_channels = in_channels * 32
+ mid_channels = in_channels * 8
226
227
self.layers = nn.ModuleList(
228
ResnetBlock1d(
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="audio-diffusion-pytorch",
5
packages=find_packages(exclude=[]),
6
- version="0.0.37",
+ version="0.0.38",
7
license="MIT",
8
description="Audio Diffusion - PyTorch",
9
long_description_content_type="text/markdown",
0 commit comments