This website requires JavaScript.
Explore
Help
Register
Sign In
ecker
/
vall-e
Watch
5
Star
9
Fork
0
You've already forked vall-e
Code
Issues
8
Pull Requests
Packages
Projects
Releases
Wiki
Activity
23d402bf01
vall-e
/
vall_e
/
models
History
mrq
23d402bf01
added knowledge distillation in the trainer (sadly it is not agnostic because of the grave mistake of further processing the batch within the forward pass, so subsequent calls do not match......)
2024-12-05 23:05:52 -06:00
..
arch
sageattn (forgot to bother with testing this the other day, seems ifne)
2024-12-03 15:14:57 -06:00
__init__.py
unified nar.py into ar_nar.py
2024-11-10 12:19:48 -06:00
ar_nar.py
added knowledge distillation in the trainer (sadly it is not agnostic because of the grave mistake of further processing the batch within the forward pass, so subsequent calls do not match......)
2024-12-05 23:05:52 -06:00
base.py
added knowledge distillation in the trainer (sadly it is not agnostic because of the grave mistake of further processing the batch within the forward pass, so subsequent calls do not match......)
2024-12-05 23:05:52 -06:00
experimental.py
moved prints to use logger, edited readme (fused_attn doesnt seem stable for training)
2024-08-29 13:27:16 -05:00
lora.py