Skip to content

Commit fa3cce7

Browse files
authored
readme
1 parent b5ef1b6 commit fa3cce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ soundstream = SoundStream(
6868
codebook_size = 4096,
6969
rq_num_quantizers = 8,
7070
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
7272
use_finite_scalar_quantizer = False, # whether to use residual finite scalar quantization
7373
attn_window_size = 128, # local attention receptive field at bottleneck
7474
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

Comments
 (0)