Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · 894d8925c1c25c159d6b8f73855d289189f75db2
audiolm-pytorch-flask
Browse files
Dec 08, 2022
make sure dropout on post-softmax attention is present
· 894d8925
Phil Wang
authored
Dec 07, 2022
894d8925
validate transformers being passed into audiolm
· 98723add
Phil Wang
authored
Dec 07, 2022
View commits for tag 0.1.7
0.1.7
98723add
only log errors
· 25c5ce6c
Phil Wang
authored
Dec 07, 2022
View commits for tag 0.1.6
0.1.6
25c5ce6c
Dec 07, 2022
Update README.md
· ab58e6ee
Phil Wang
authored
Dec 06, 2022
ab58e6ee
update comments
· 125212f2
Phil Wang
authored
Dec 06, 2022
125212f2
quick validation for vq-wav2vec
· dd3dcdbf
Phil Wang
authored
Dec 06, 2022
View commits for tag 0.1.5
0.1.5
dd3dcdbf
0.1.4
· 8dacdeff
Phil Wang
authored
Dec 06, 2022
View commits for tag 0.1.4
0.1.4
8dacdeff
Merge pull request #28 from djqualia/main
· 2f35f828
Phil Wang
authored
Dec 06, 2022
2f35f828
Update data.py
· ed346d82
djqualia
authored
Dec 06, 2022
ed346d82
add more informative error messsage
· 6bf92afa
Phil Wang
authored
Dec 06, 2022
View commits for tag 0.1.2
0.1.2
6bf92afa
Dec 06, 2022
link to laion
· 62ad1710
Phil Wang
authored
Dec 05, 2022
62ad1710
0.1.1
· 77550283
Phil Wang
authored
Dec 05, 2022
77550283
Merge pull request #27 from Froskekongen/patch-1
· a1d405a3
Phil Wang
authored
Dec 05, 2022
a1d405a3
Dec 05, 2022
Update trainer.py
· 1dc5ab1c
Erlend Aune
authored
Dec 05, 2022
1dc5ab1c
add some comments in readme and within code
· 039ec88b
Phil Wang
authored
Dec 04, 2022
039ec88b
Dec 02, 2022
use bias-less layernorm, normformer extra norm in feedforward, remove wip as nearly ready
· 4abc58ed
Phil Wang
authored
Dec 01, 2022
View commits for tag 0.1.0
0.1.0
4abc58ed
only during training
· 8c4d01ad
Phil Wang
authored
Dec 01, 2022
View commits for tag 0.0.68
0.0.68
8c4d01ad
project management
· 127958b9
Phil Wang
authored
Dec 01, 2022
127958b9
implement forgetful causal masking for free improvement
· 440f4e84
Phil Wang
authored
Dec 01, 2022
View commits for tag 0.0.67
0.0.67
440f4e84
Nov 29, 2022
product management and credit assignment
· 91525995
Phil Wang
authored
Nov 28, 2022
91525995
0.0.66
· cef37369
Phil Wang
authored
Nov 28, 2022
View commits for tag 0.0.66
0.0.66
cef37369
Merge pull request #22 from eonglints/main
· 63e308dd
Phil Wang
authored
Nov 28, 2022
63e308dd
Merge pull request #2 from eonglints/dropout-and-get_tokens-hookup
· 7a84f5ee
eonglints
authored
Nov 28, 2022
7a84f5ee
Attention and feedforward dropout
· d83457f0
eonglints
authored
Nov 28, 2022
d83457f0
release ability to customize heads, thanks to @eonglints !
· 3ff361d5
Phil Wang
authored
Nov 28, 2022
View commits for tag 0.0.65
0.0.65
3ff361d5
Merge pull request #21 from eonglints/depth-and-heads-options
· ef02f1c2
Phil Wang
authored
Nov 28, 2022
ef02f1c2
Nov 28, 2022
Depth and heads options for initializing transformers
· e67d4661
eonglints
authored
Nov 28, 2022
e67d4661
Nov 27, 2022
bump vq version
· 06eecbdb
Phil Wang
authored
Nov 26, 2022
View commits for tag 0.0.64
0.0.64
06eecbdb
Nov 26, 2022
release random initial time sampling of audio, from @eonglints
· 7009188c
Phil Wang
authored
Nov 25, 2022
View commits for tag 0.0.63
0.0.63
7009188c
Merge pull request #19 from eonglints/audio_selection_padding
· 967b7ddc
Phil Wang
authored
Nov 25, 2022
967b7ddc
address
https://github.com/lucidrains/audiolm-pytorch/issues/18
· dfd4b803
Phil Wang
authored
Nov 25, 2022
View commits for tag 0.0.62
0.0.62
dfd4b803
Random audio selection and padding as required
· 836fa427
eonglints
authored
Nov 25, 2022
836fa427
Nov 24, 2022
fix to RVQ
· e0a4fd94
Phil Wang
authored
Nov 23, 2022
View commits for tag 0.0.61
0.0.61
e0a4fd94
Nov 23, 2022
switch to beartype
· dad029e8
Phil Wang
authored
Nov 22, 2022
dad029e8
take care of masking out fine token ids in the same sequence positions where...
· 74c93f5a
Phil Wang
authored
Nov 22, 2022
View commits for tag 0.0.60
0.0.60
74c93f5a
add some deps
· 6a77a50c
Phil Wang
authored
Nov 22, 2022
View commits for tag 0.0.59
0.0.59
6a77a50c
Nov 20, 2022
resolve issue with eos, maybe
· 65d9c407
Phil Wang
authored
Nov 19, 2022
View commits for tag 0.0.57
0.0.57
65d9c407
Nov 19, 2022
cleanup coarse transformer
· d2932c75
Phil Wang
authored
Nov 18, 2022
View commits for tag 0.0.56
0.0.56
d2932c75
0.0.55
· 94cef623
Phil Wang
authored
Nov 18, 2022
94cef623
helper generate functions on trainer that forward to training wrapper
· 6b1f93eb
Phil Wang
authored
Nov 18, 2022
6b1f93eb
Loading