Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · edf792b89c52480b7fa6361656a1b799fd8b772c
audiolm-pytorch-flask
Browse files
Mar 25, 2023
Merge pull request #135 from LWprogramming/encodec_support
· edf792b8
Phil Wang
authored
Mar 24, 2023
edf792b8
Mar 24, 2023
fix readme and demo jupyter notebook
· 310deea3
Leon Wu
authored
Mar 23, 2023
310deea3
Fix type hint mistake
· 2e301432
Leon Wu
authored
Mar 23, 2023
2e301432
setup.py
· 6e0dab4e
Leon Wu
authored
Mar 23, 2023
6e0dab4e
update trainer
· df05e1e9
Leon Wu
authored
Mar 23, 2023
df05e1e9
add encodec support
· 2e64311c
Leon Wu
authored
Mar 23, 2023
2e64311c
fix for ema
· 26762007
Phil Wang
authored
Mar 23, 2023
View commits for tag 0.24.1
0.24.1
26762007
Mar 21, 2023
in coarse transformer, make sure that coarse tokens attending to semantic...
· 0491eaaf
Phil Wang
authored
Mar 20, 2023
View commits for tag 0.24.0
0.24.0
0491eaaf
Mar 19, 2023
make readme more realistic
· dd4784ab
Phil Wang
authored
Mar 18, 2023
dd4784ab
Mar 17, 2023
force input to complex conv to have the same dtype as the weights, in the...
· 48380d5d
Phil Wang
authored
Mar 16, 2023
View commits for tag 0.23.7
0.23.7
48380d5d
Mar 16, 2023
whether to use the absolute value of the complex logits for output of complex...
· ce717d99
Phil Wang
authored
Mar 15, 2023
View commits for tag 0.23.6
0.23.6
ce717d99
Mar 10, 2023
fix the memory issue with the 2d relative attention bias (seq and quantizer...
· 3c639577
Phil Wang
authored
Mar 09, 2023
View commits for tag 0.23.5
0.23.5
3c639577
quick fix for not unwrapping model before getting config
· ff608683
Phil Wang
authored
Mar 09, 2023
View commits for tag 0.23.3
0.23.3
ff608683
Mar 08, 2023
use 2d dynamic positional bias for fine transformer, to try to improve...
· b29141f8
Phil Wang
authored
Mar 07, 2023
View commits for tag 0.23.2
0.23.2
b29141f8
Mar 06, 2023
gratitude
· 9ba1b040
Phil Wang
authored
Mar 05, 2023
9ba1b040
0.22.3
· 85070856
Phil Wang
authored
Mar 05, 2023
View commits for tag 0.22.3
0.22.3
85070856
Merge pull request #122 from LWprogramming/eos_id
· efbced79
Phil Wang
authored
Mar 05, 2023
efbced79
Use correct eos id when masking out
· 3da99089
Leon Wu
authored
Mar 05, 2023
3da99089
fix issue with turning off discriminators in soundstream
· 035c0ce9
Phil Wang
authored
Mar 05, 2023
View commits for tag 0.22.2
0.22.2
035c0ce9
Mar 04, 2023
appreciation
· 22b5f72e
Phil Wang
authored
Mar 03, 2023
22b5f72e
credit assignment
· f545bd1b
Phil Wang
authored
Mar 03, 2023
f545bd1b
add an autoregressive squeeze excitation module. go for the knockout
· e4b66cf0
Phil Wang
authored
Mar 03, 2023
View commits for tag 0.22.1
0.22.1
e4b66cf0
create specially engineered relative positional bias for fine transformer, so...
· af903342
Phil Wang
authored
Mar 03, 2023
View commits for tag 0.22.0
0.22.0
af903342
patch
· 7a35a8bc
Phil Wang
authored
Mar 03, 2023
View commits for tag 0.21.4
0.21.4
7a35a8bc
Mar 03, 2023
allow for the structured quantized dropout from encodec paper
· 369e8e2e
Phil Wang
authored
Mar 02, 2023
View commits for tag 0.21.2
0.21.2
369e8e2e
introduce attn_dynamic_pos_bias for soundstream, which should have the best...
· f54e19d5
Phil Wang
authored
Mar 02, 2023
View commits for tag 0.21.0
0.21.0
f54e19d5
another local attention bump
· d4680bed
Phil Wang
authored
Mar 02, 2023
View commits for tag 0.20.0
0.20.0
d4680bed
allow for configuring xpos scale base, as @ilya16 reports that at about 3...
· 06602256
Phil Wang
authored
Mar 02, 2023
View commits for tag 0.19.2
0.19.2
06602256
Merge pull request #117 from zhvng/rm_unused_code
· 3e4f582b
Phil Wang
authored
Mar 02, 2023
3e4f582b
Mar 02, 2023
remove unused MultiHeadedEMABlock
· c1de7f22
zhvng
authored
Mar 02, 2023
c1de7f22
add quantize embeddings to facilitate learning and some product management
· 7e957b90
Phil Wang
authored
Mar 01, 2023
View commits for tag 0.19.1
0.19.1
7e957b90
remove use of eos in fine transformer
· 65495ad5
Phil Wang
authored
Mar 01, 2023
View commits for tag 0.19.0
0.19.0
65495ad5
add some asserts
· b6eeb93f
Phil Wang
authored
Mar 01, 2023
View commits for tag 0.18.2
0.18.2
b6eeb93f
Mar 01, 2023
fix length extrapolation for rotary embeddings in local attention package
· 1b15751a
Phil Wang
authored
Feb 28, 2023
View commits for tag 0.18.1
0.18.1
1b15751a
remove multihead EMA based on feedback from @ilya16
· a94e32f4
Phil Wang
authored
Feb 28, 2023
View commits for tag 0.18.0
0.18.0
a94e32f4
Feb 28, 2023
expose the soundstream configs as a property
· 4daad9e7
Phil Wang
authored
Feb 27, 2023
View commits for tag 0.17.1
0.17.1
4daad9e7
Feb 25, 2023
update readme to use the new soundstream init_and_load_from class method
· 8cb662b9
Phil Wang
authored
Feb 24, 2023
8cb662b9
release saving of soundstream configurations within checkpoint, and...
· 8d8b255c
Phil Wang
authored
Feb 24, 2023
View commits for tag 0.17.0
0.17.0
8d8b255c
make sure soundstream load function loads the ema version if available, also...
· 5889e518
Phil Wang
authored
Feb 24, 2023
View commits for tag 0.16.2
0.16.2
5889e518
Feb 24, 2023
get the default parameters for soundstream, as well as AudioLMSoundStream and...
· 21a07ab9
Phil Wang
authored
Feb 23, 2023
View commits for tag 0.16.1
0.16.1
21a07ab9
Loading