- onnx export
Documentation
 - notice for AMD user to use DirectML Version
This commit is contained in:
w-okada 2023-06-29 17:44:53 +09:00
parent 03f5697809
commit 809019634d
3 changed files with 5 additions and 1 deletions

View File

@ -92,6 +92,8 @@ Windows 版と Mac 版を提供しています。
- RVC で使用する場合の GUI の各項目説明は[こちら](tutorials/tutorial_rvc_ja_latest.md)をご覧ください
- AMDのGPUはDirectML版ONNXでのみ使用できる場合があります。実験的実装です。
- ダウンロードはこちらから。
| Version | OS | フレームワーク | link | サポート VC | サイズ |

View File

@ -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 |

View File

@ -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