vall-e/vall_e/models
2023-10-09 14:46:17 -05:00
..
__init__.py
adaln.py
ar_nar.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
ar.py restructured some things with the model to remove dead weights 2023-09-20 19:10:59 -05:00
base.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
nar.py restructured some things with the model to remove dead weights 2023-09-20 19:10:59 -05:00
retnet.py restructured some things with the model to remove dead weights 2023-09-20 19:10:59 -05:00
transformer.py