Skip to content

Commit

Permalink
optimize(train): combine extract f0 together
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 28, 2024
1 parent d3add81 commit 7befbd1
Show file tree
Hide file tree
Showing 10 changed files with 280 additions and 691 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
touch logs/mi-test/preprocess.log
python infer/modules/train/preprocess.py logs/mute/0_gt_wavs 48000 8 logs/mi-test True 3.7
touch logs/mi-test/extract_f0_feature.log
python infer/modules/train/extract/extract_f0_print.py logs/mi-test $(nproc) pm
python infer/modules/train/extract/extract_f0_print.py logs/mi-test $(nproc) pm cpu False
python infer/modules/train/extract_feature_print.py cpu 1 0 0 logs/mi-test v1 True
175 changes: 0 additions & 175 deletions infer/modules/train/extract/extract_f0_print.py

This file was deleted.

141 changes: 0 additions & 141 deletions infer/modules/train/extract/extract_f0_rmvpe.py

This file was deleted.

Loading

0 comments on commit 7befbd1

Please sign in to comment.