You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ soundstream = SoundStream(
68
68
codebook_size=4096,
69
69
rq_num_quantizers=8,
70
70
rq_groups=2, # this paper proposes using multi-headed residual vector quantization - https://arxiv.org/abs/2305.02765
71
-
use_lookup_free_quantizer=True, # whether to use residual lookup free quantization
71
+
use_lookup_free_quantizer=True, # whether to use residual lookup free quantization - there are now reports of successful usage of this unpublished technique
72
72
use_finite_scalar_quantizer=False, # whether to use residual finite scalar quantization
73
73
attn_window_size=128, # local attention receptive field at bottleneck
74
74
attn_depth=2# 2 local attention transformer blocks - the soundstream folks were not experts with attention, so i took the liberty to add some. encodec went with lstms, but attention should be better
0 commit comments