Commit d7623ab3 authored by Phil Wang's avatar Phil Wang
Browse files

just set as default and wait for a researcher to raise an issue

parent dfe9a1e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@ class SoundStream(nn.Module):
        attn_window_size = 128,
        attn_dim_head = 64,
        attn_heads = 8,
        use_complex_stft_discriminator = True
        use_complex_stft_discriminator = False
    ):
        super().__init__()
        self.target_sample_hz = target_sample_hz # for resampling on the fly
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
  name = 'audiolm-pytorch',
  packages = find_packages(exclude=[]),
  version = '0.7.4',
  version = '0.7.5',
  license='MIT',
  description = 'AudioLM - Language Modeling Approach to Audio Generation from Google Research - Pytorch',
  author = 'Phil Wang',