mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
Bugfix:
- onnx export Documentation - notice for AMD user to use DirectML Version
This commit is contained in:
parent
03f5697809
commit
809019634d
@ -92,6 +92,8 @@ Windows 版と Mac 版を提供しています。
|
||||
|
||||
- RVC で使用する場合の GUI の各項目説明は[こちら](tutorials/tutorial_rvc_ja_latest.md)をご覧ください
|
||||
|
||||
- AMDのGPUはDirectML版ONNXでのみ使用できる場合があります。(実験的実装です。)
|
||||
|
||||
- ダウンロードはこちらから。
|
||||
|
||||
| Version | OS | フレームワーク | link | サポート VC | サイズ |
|
||||
|
@ -87,6 +87,8 @@ We offer Windows and Mac versions.
|
||||
|
||||
- Please refer to [here](tutorials/tutorial_rvc_en_latest.md) for the description of each item of GUI to be used in RVC.
|
||||
|
||||
- AMD GPUs may only be used with DirectML-version ONNX in some cases (as it is an experimental implementation).
|
||||
|
||||
- Download (When you cannot download from google drive, try [hugging_face](https://huggingface.co/wok000/vcclient000/tree/main))
|
||||
|
||||
| Version | OS | Framework | link | support VC | size |
|
||||
|
@ -95,7 +95,7 @@ def subsequent_mask(length):
|
||||
|
||||
|
||||
# @torch.jit.script
|
||||
@torch.jit._script_if_tracing
|
||||
# @torch.jit._script_if_tracing
|
||||
def fused_add_tanh_sigmoid_multiply(input_a, input_b, n_channels):
|
||||
n_channels_int = n_channels[0]
|
||||
in_act = input_a + input_b
|
||||
|
Loading…
Reference in New Issue
Block a user