Adaptation for librosa 0.10#5
Closed
Sieroy wants to merge 8 commits into
Closed
Conversation
|
@Sieroy can you share the link to ljs_windows pretrained model? |
Author
Did you mean the model mentioned in the README? If you are not in China or don't have VIP privillege of BaiduNetDisk, you can try this. By the way, this model is pretrained to speak mandarin Chinese, and maybe not suitable for other language without tons of fine tuning. 当然如果你要搞中文TTS的话那就莫得问题。 Good luck. |
|
Yeah I'm looking to train a English vits model |
Author
|
我大意了在更新fork出来的repo时忘了brunch,于是好多其他东西被这条pr收进来了。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在librosa更新到0.10版本后,使用
librosa.filters.mel函数必须使用关键字参数,使用位置参数会报错:这里根据此进行了小修正,并且在Colab上经测试可以通过。