Commit Graph

10 Commits

Author SHA1 Message Date
André Thieme e1f084177d
Replace deprecated Numpy function `np.int`. (#434)
It’s an alias for just `int` and it’s being deprecated:
https://numpy.org/devdocs/release/1.20.0-notes.html

Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
2023-06-10 14:55:34 +00: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] 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
github-actions[bot] b4c653142d
Format code (#142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-24 20:35:56 +08:00
RVC-Boss 978539ad0e
Update extract_f0_print.py 2023-04-22 12:17:32 +00:00
autumnmotor 297d92bf5d
some change precision audio processing (#94)
* some change precision audio processing

* fix clipping problem in resample

resample sometimes causes signal clipping, not just librosa.resample

* fix error
2023-04-22 11:39:47 +00: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 9111c5dbc1.

* 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 a36ff01be1
Add files via upload 2023-04-13 23:57:27 +08:00
liujing04 2207b9647e
Add files via upload 2023-03-31 17:54:38 +08:00