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
26fbb92ec6
vall-e
/
vall_e
History
mrq
26fbb92ec6
reduced dynamic temperature threshold to > 1.0, as it seems to not quite be useful for audio LMs, sped up any sampling that touches logits by copying them to CPU first, as accessing tensors on the GPU is slow as balls)
2023-10-09 14:46:17 -05:00
..
emb
engines
models
reduced dynamic temperature threshold to > 1.0, as it seems to not quite be useful for audio LMs, sped up any sampling that touches logits by copying them to CPU first, as accessing tensors on the GPU is slow as balls)
2023-10-09 14:46:17 -05:00
utils
implicitly load checkpoint if deepspeed checkpoint not found, updated setup script to grab the diskcached dataloader things
2023-10-06 10:02:45 -05:00
__init__.py
__main__.py
config.py
added compat flags for torchscale because the maintainer for torchscale broke compat for existing models
2023-10-05 16:39:46 -05:00
data.py
disabled preparing of SpeechX tasks, added dynamic temperature testing (to-do: test it, credited in the function)
2023-10-09 13:01:40 -05:00
export.py
inference.py
reduced dynamic temperature threshold to > 1.0, as it seems to not quite be useful for audio LMs, sped up any sampling that touches logits by copying them to CPU first, as accessing tensors on the GPU is slow as balls)
2023-10-09 14:46:17 -05:00
plot.py
train.py
webui.py
reduced dynamic temperature threshold to > 1.0, as it seems to not quite be useful for audio LMs, sped up any sampling that touches logits by copying them to CPU first, as accessing tensors on the GPU is slow as balls)
2023-10-09 14:46:17 -05:00