Commit Graph

24 Commits

Author SHA1 Message Date
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
67ff3105c1 Refactor: moved utils.py to style_bert_vits2/models/ 2024-03-08 09:40:27 +00:00
tsukumi
fac4f9a8ab Refactor: rename text_processing to nlp
"text_processing" is clearer, but the import statement is longer.
"nlp" is shorter and makes it clear that it is natural language processing.
2024-03-08 06:20:44 +00:00
tsukumi
4d5c537f95 Refactor: introducing Ruff 2024-03-08 05:02:02 +00:00
tsukumi
89825e68d8 Refactor: moved model, attentions definitions and inference code to style_bert_vits2/models/
The code has not yet been cleaned up, just moved.
2024-03-06 23:43:25 +00:00
tsukumi
1936344c0c Refactor: remove old code that can be deleted and update where modules are imported 2024-03-06 22:51:25 +00:00
tsukumi
f880641eb5 Remove: modules under common/ that have been rewritten 2024-03-06 22:29:12 +00:00
tsukumi
9546495434 Refactor: moved commons.py to style_bert_vits2/models/ and added type definitions and comments 2024-03-06 22:17:03 +00:00
litagin02
ffdbb8e0d1 Feat: freezing decoder option 2024-02-23 20:57:54 +09:00
litagin02
a6a7a30fc6 First check repo-id is valid 2024-02-22 09:42:42 +09:00
litagin02
a04e569c86 Fix and upload all Data/ to hub 2024-02-20 00:42:00 +09:00
litagin02
d26336bf0a Upload to hug as future 2024-02-19 15:42:08 +09:00
litagin02
e0a601737a Error handling for hug upload 2024-02-17 20:26:58 +09:00
litagin02
8b76109b75 Fix hf push 2024-02-17 11:31:35 +09:00
litagin02
ff730476e7 Feat: huggingface hub push 2024-02-17 11:01:16 +09:00
litagin02
0a49d1ee00 Fix: wavlm shape bug when batch_size 1 2024-02-09 17:31:27 +09:00
litagin02
78689f6c2a Try to find best setting 2024-02-07 13:42:20 +09:00
litagin02
b2cde01d77 Fix incompatible setting 2024-02-07 13:34:45 +09:00
litagin02
0d7de644cd Update comment 2024-02-07 10:29:49 +09:00
litagin02
a0d4444db7 Try to reduce memory consumption (experimental) 2024-02-07 00:12:38 +09:00
litagin02
c81cc7b06f Add experimental speedup option for training (disable log and eval) 2024-02-06 10:21:06 +09:00
litagin02
b0bb147d44 Restore gc and emptycache when training 2024-02-05 16:02:16 +09:00
litagin02
99e1af4b58 Fix 2024-02-02 21:42:34 +09:00
litagin02
e566ac62f3 Update 2024-02-02 21:11:23 +09:00