vall-e/vall_e/models
2023-10-05 16:39:46 -05:00
..
__init__.py added option to use SGD optimizer through the YAML, added option to pass in additional optimizer parameters through the YAML, added experimental unified AR+NAR model (does not seem fruitful in testing) 2023-09-06 18:58:35 -05:00
adaln.py
ar_nar.py oops 2023-10-03 15:01:37 -05:00
ar.py restructured some things with the model to remove dead weights 2023-09-20 19:10:59 -05:00
base.py added compat flags for torchscale because the maintainer for torchscale broke compat for existing models 2023-10-05 16:39:46 -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