Skip to content

Commit

Permalink
default residual lfq to false, on reports it is performing poorly, re…
Browse files Browse the repository at this point in the history
…sidual fsq to be added
  • Loading branch information
lucidrains committed Nov 3, 2023
1 parent a8d9e87 commit 3669ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audiolm_pytorch/soundstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def __init__(
rq_groups = 1,
rq_stochastic_sample_codes = False,
rq_kwargs: dict = {},
use_lookup_free_quantizer = True, # proposed in https://arxiv.org/abs/2310.05737, adapted in residual quantization fashion for audio
use_lookup_free_quantizer = False, # proposed in https://arxiv.org/abs/2310.05737, adapted in residual quantization fashion for audio
input_channels = 1,
discr_multi_scales = (1, 0.5, 0.25),
stft_normalized = False,
Expand Down
2 changes: 1 addition & 1 deletion audiolm_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7.0'
__version__ = '1.7.1'

0 comments on commit 3669ec8

Please sign in to comment.