From e336755ac58ce5bc1a0e3f6e11c2240d5e8a8b91 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 30 Jun 2023 06:22:37 -0700 Subject: [PATCH] fix masking of upper quantizers during training, thanks to @chenht2010 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8886f92..a8e075b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'soundstorm-pytorch', packages = find_packages(exclude=[]), - version = '0.0.20', + version = '0.0.21', license='MIT', description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch', author = 'Phil Wang',