tsukumi
|
db0acd7b5f
|
Add: Support for ONNX inference and ONNX conversion of Non-JP-Extra models
|
2024-09-23 05:59:12 +09:00 |
|
tsukumi
|
cc1d6120fe
|
Fix: Default value of False for compatibility with older models where the HyperParameters.data.use_jp_extra field does not exist
JP-Extra models always have use_jp_extra=True, but non-JP-Extra models do not always.
|
2024-09-23 05:26:19 +09:00 |
|
litagin02
|
2274087da4
|
Fmt only (maybe)
|
2024-05-25 18:15:36 +09:00 |
|
litagin02
|
432edcc52b
|
Bump ver, rename configs_jp_extra to config_jp_extra for consistency
|
2024-03-15 12:34:54 +09:00 |
|
litagin02
|
b3cc705caa
|
Fix: add use_jp_extra parameter to config.json (for non-jp-extra training)
|
2024-03-11 17:51:55 +09:00 |
|
litagin02
|
42ee7d7608
|
Fix: ensure encoding utf-8
|
2024-03-11 09:27:36 +09:00 |
|
tsukumi
|
859d940916
|
Fix: failed to start training
|
2024-03-10 19:15:24 +00:00 |
|
tsukumi
|
a84783a6cc
|
Refactor: replace utils.HParams with HyperParameters Pydantic model
HyperParameters is largely a drop-in replacement for utils.HParams, which ensures type safety for hyper-parameters.
|
2024-03-08 15:52:37 +00:00 |
|
tsukumi
|
7f0b252806
|
Refactor: add Pydantic model representing hyper-parameters of Style-Bert-VITS2 model
|
2024-03-08 12:49:11 +00:00 |
|