Commit Graph

147 Commits

Author SHA1 Message Date
litagin02
b6d09bad44 Fix: use sampler instead of batch_sampler for non-custom 2024-06-28 09:34:12 +09:00
litagin02
1671967068 Style 2024-06-22 17:24:21 +09:00
litagin02
e78d2a6f7e Feat: use DistributedLengthGroupedSampler (experimental, to be checked) 2024-06-22 17:21:58 +09:00
litagin02
f4f94d4c20 change custom sampler to default 2024-05-29 05:46:31 +09:00
litagin02
012f159ab5 Fix generating style bug 2024-05-26 11:07:43 +09:00
litagin02
f1e022a08c Fix tb logging 2024-05-26 08:27:39 +09:00
litagin02
5fa6210176 Batch sampler for backward compatibility, reduce tb log 2024-05-26 08:23:38 +09:00
litagin02
175aa62a26 Feat: make style vectors w.r.t. subdirs structure 2024-05-25 17:14:28 +09:00
litagin02
8976a3ed2f Refactor: Use PathConfig and pathlib instead of paths.yml loading 2024-05-25 10:25:22 +09:00
litagin02
4afe92d75f Fix: gen style in beginning of train for nested folders 2024-03-22 08:27:43 +09:00
litagin02
69225a3e13 Style 2024-03-12 21:47:59 +09:00
litagin02
dada0af2b6 Format import using isort --profile black --gitignore --lai 2 . 2024-03-11 12:37:51 +09:00
litagin02
c776c08235 Apply black formatter 2024-03-11 09:47:47 +09:00
tsukumi
98ab8e7978 Refactor: separate module for utilities related to loading/saving checkpoints and safetensors 2024-03-09 15:58:57 +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
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
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
Jungwon Chang
8fee645f8d Fix AttributeError by initializing 'repo_id' in HParams for Hugging Face Hub uploads 2024-02-29 15:00:10 +09: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
5b60bf705a Upload all Data/ to hub 2024-02-20 00:52:12 +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
50833cda5f Update (maybe ver 2.1) 2024-02-07 16:11:13 +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
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
e566ac62f3 Update 2024-02-02 21:11:23 +09:00
litagin02
d461b2e78d Merge pull request #21 from kale4eat/dev-warmup
エポックごとのスケジューリングによるウォームアップ
2024-01-09 15:24:26 +09:00
kale4eat
7d854431f3 Change scheduling by step to by epoch 2024-01-09 14:37:15 +09:00
litagin02
78a25163f3 Merge pull request #19 from kale4eat/dev-warmup
Implement warm-up
2024-01-08 21:53:48 +09:00
kale4eat
a764c1e4af Implement warm-up 2024-01-08 19:19:11 +09:00
litagin02
477b0a8eb0 Feat: give tone for sythesize (WIP for better UX) 2024-01-08 10:48:28 +09:00
litagin02
432689e29f Add preprocess log and adjust log files 2024-01-06 13:07:57 +09:00
RedRayz
bf9a0a12e7 Add --no_progress_bar option 2024-01-06 05:22:16 +09:00
RedRayz
701adfa2a5 Show total progress and don't evaluate when script starts training 2024-01-05 21:32:00 +09:00
litagin02
5b49315009 Fix config bug 2024-01-03 10:46:22 +09:00
litagin02
98ee6f4c69 Refactor: dataset_root and assets_root in configs/paths.yml 2024-01-02 22:51:17 +09:00
litagin02
f2e7c18aa9 Fix: ensure encoding=utf-8 for json 2024-01-01 09:26:36 +09:00
litagin02
4ebd7e21ea Fix colab bug 2024-01-01 00:08:56 +09:00
litagin02
ef4e82defc Refactor and add merge 2023-12-31 14:55:04 +09:00
litagin02
4108478f54 Feat: colab support 2023-12-30 19:51:05 +09:00