Commit Graph

34 Commits

Author SHA1 Message Date
kalomaze
93706e95f5 Apply Code Formatter Change 2023-07-28 23:45:47 +00:00
alexlnkp
8b1ff46921 sqldatastorage to csv 2023-07-29 00:23:52 +07:00
kalomaze
5d25c72bda Revert "Merge branch 'main' into dev-main-backup"
This reverts commit 81fd2a0528, reversing
changes made to 521f5fb78e.
2023-07-26 22:34:48 -05:00
kalomaze
4eae15f862 Revert "Merge pull request #53 from alexlnkp/main"
This reverts commit a2ce6d744b, reversing
changes made to 91dfaccac8.
2023-07-25 01:31:30 -05:00
alexlnkp
26ddba243d data storage overhaul
switched from storing data in txt to sqlite3.
no more formant.txt and stop.txt!
all of the data from sql database is stored in memory of PC.
2023-07-25 05:53:47 +07:00
kalomaze
9ff9503b43 Apply Code Formatter Change 2023-07-23 03:47:53 +00:00
alexlnkp
978eaabee2 Add files via upload
fixed training tracebacks and added Stop Training button
2023-07-23 05:49:24 +07:00
源文雨
5e09a55e5f 优化代码结构 2023-06-24 15:26:14 +08:00
github-actions[bot]
a7647e4094 Format code (#526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 10:39:56 +00:00
LINKANG ZHAN
f349adc9df Add support for train without specify pretrained model, add support for selecting v2 48k as training setting, and add support for auto remove pretrained model when the user do not have pretrained model in designate folder. (#528)
* support detection of pretrained model, support train without pretrained model path in web ui

* support detection of pretrained model, support train without pretrained model path in web ui

* support detection of pretrained model, support train without pretrained model path in web ui
2023-06-15 10:21:58 +08:00
niizam
fcce61b27f Update train_nsf_sim_cache_sid_load_pretrain.py (#497) 2023-06-10 14:54:53 +00:00
github-actions[bot]
52c97ed464 Format code (#455)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 14:35:35 +00:00
RVC-Boss
05b5af7c8c Add files via upload 2023-06-06 20:34:54 +08:00
github-actions[bot]
99404baf94 Format code (#409)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-03 08:22:46 +00:00
RVC-Boss
bf11700125 fix m1/m2 user training 2023-06-03 07:08:35 +00:00
dependabot[bot]
2280f3e392 Bump tornado from 6.2 to 6.3.2 (#358)
* Bump tornado from 6.2 to 6.3.2

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply Code Formatter Change

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
2023-05-28 00:36:12 +09:00
RVC-Boss
e0813eb282 Update train_nsf_sim_cache_sid_load_pretrain.py 2023-05-24 12:27:15 +00:00
github-actions[bot]
41d2d72f39 Format code (#310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-19 20:48:17 +08:00
N. Hiroto
080b7cdc31 bugfix: leaked semaphore error (#309)
* use config for n_cpu

* rm import

* fix process loop

* unuse mp.spawn

ref. https://discuss.pytorch.org/t/how-to-fix-a-sigsegv-in-pytorch-when-using-distributed-training-e-g-ddp/113518/10

* fix commentout
2023-05-19 17:56:06 +08:00
github-actions[bot]
5bf26dadca Format code (#296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-17 00:02:26 +08:00
Xerxes-2
0b0bd911d9 Add timestamp and elapsed time for epoch (#273)
* add timestamp and epoch elapsed time

* don't need a class

* Revert "add timestamp and epoch elapsed time"

This reverts commit 93b8d4a7afd9d525069d9065bab5aebc97063a1d.

* adjust class def

* delete duplicate import

---------

Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-05-16 23:54:35 +08:00
github-actions[bot]
6a3eaef090 Format code (#275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 07:52:36 +00:00
RVC-Boss
3b5a2298d7 Add files via upload 2023-05-14 15:05:42 +08:00
RVC-Boss
44449efc2e Add files via upload 2023-05-13 03:29:30 +08:00
RVC-Boss
af208d5210 Add files via upload 2023-04-27 23:34:03 +08:00
源文雨
f6ef9bca0c fix #115: 隐藏允许的 exception 2023-04-24 20:17:49 +08:00
tarepan
5d5ab5465f Refactor GPU cache during training (#108) 2023-04-22 12:05:00 +00:00
liujing04
0719b4aa5e Add files via upload 2023-04-16 18:56:20 +08:00
Ftps
c8261b2ccc Reformat and rewrite _get_name_params (#57)
* Reformat

* rewrite _get_name_params

* Add workflow for automatic formatting

* Revert "Add workflow for automatic formatting"

This reverts commit 9111c5dbc1830248305fb075587a88be07ad3115.

* revert Retrieval_based_Voice_Conversion_WebUI.ipynb

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 11:44:24 +00:00
liujing04
6c7c1d933f Update train_nsf_sim_cache_sid_load_pretrain.py 2023-04-10 11:08:26 +08:00
liujing04
38539e3c07 Update train_nsf_sim_cache_sid_load_pretrain.py 2023-04-09 15:26:05 +00:00
liujing04
70c6865bc3 Update train_nsf_sim_cache_sid_load_pretrain.py 2023-04-09 15:23:27 +00:00
源文雨
8dc195bea7 fix 2023-04-01 17:29:14 +08:00
liujing04
2207b9647e Add files via upload 2023-03-31 17:54:38 +08:00