Commit 0abb04d4 authored by Phil Wang's avatar Phil Wang
Browse files

release improvements to both multiscale discriminators as well as soundstream trainer @ilya16

parent 5fa0e3c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ In the future, <a href="https://www.youtube.com/watch?v=olNvmUCmY8o">this movie

- <a href="https://github.com/zhvng">Allen</a> for catching and fixing some bugs!

- <a href="https://github.com/ilya16">Ilya</a> for finding an issue with multi-scale discriminator downsampling and for soundstream trainer improvements

- <a href="https://github.com/AndreyBocharnikov">Andrey</a> for identifying a missing loss in soundstream and guiding me through the proper mel spectrogram hyperparameters

## Install
+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.12.5',
  version = '0.14.0',
  license='MIT',
  description = 'AudioLM - Language Modeling Approach to Audio Generation from Google Research - Pytorch',
  author = 'Phil Wang',