vall-e/vall_e
2024-05-04 21:03:46 -05:00
..
emb
engines documentation update 2024-05-04 21:03:46 -05:00
ext
models forgot to disable verbose flag 2024-05-04 13:13:52 -05:00
utils apparently I got an error for trying to serialize an errant tensor that made its way into the json, this could be remedied easily with recursively traversing the dict and coercing any objects to primitives, but I'm tired and I just want to start training and nap 2024-05-04 12:33:43 -05:00
__init__.py
__main__.py
config.py added option to specify frames per second for the given audio representation (Encodec is 75Hz, DAC is 41Hz (at 24K sources)) 2024-05-04 12:05:41 -05:00
data.py added option to specify frames per second for the given audio representation (Encodec is 75Hz, DAC is 41Hz (at 24K sources)) 2024-05-04 12:05:41 -05:00
export.py
inference.py added option to specify frames per second for the given audio representation (Encodec is 75Hz, DAC is 41Hz (at 24K sources)) 2024-05-04 12:05:41 -05:00
plot.py
samplers.py
train.py
webui.py