Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: More clear explanation (チュートリアルをより分かりやすくする) #1224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions tutorials/tutorial_rvc_en_latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,9 @@ Detail is [here](https://github.com/w-okada/voice-changer/issues/154#issuecommen

#### GPU

You can select the GPU to use in the onnxgpu version.
In the onnxgpu version, you can select the GPU to use.

In the onnxdirectML version, you can switch the GPU ON/OFF.

On DirectML Version, these buottns is displayed.
In the onnxdirectML version, you can switch between CPU and 4 GPUs:

![image](https://github.com/w-okada/voice-changer/assets/48346627/5a66f237-e5b5-4819-9409-ff5eebb6e514)

Expand All @@ -263,7 +261,7 @@ On DirectML Version, these buottns is displayed.
- gpu2: use gpu2
- gpu3: use gpu3

Even if a GPU is not detected, gpu0 - gpu3 will still be displayed. If you specify a GPU that doesn't exist, the CPU will be used instead.[reference](https://github.com/w-okada/voice-changer/issues/410)
Even if a GPU is not detected, gpu0 - gpu3 will still be displayed. If you specify a GPU that doesn't exist, the CPU will be used instead. [reference](https://github.com/w-okada/voice-changer/issues/410)

#### AUDIO

Expand Down
4 changes: 1 addition & 3 deletions tutorials/tutorial_rvc_ja_latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ PyTorch のモデルを ONNX に変換して出力します。ロードされて

onnxgpu 版では使用する GPU を選択することができます。

onnxdirectML 版では GPU の ON/OFF を切り替えることができます。

DirectML Version の場合は次のようなボタンが表示されます。
onnxdirectML 版では CPU と 4 つの GPU を切り替えることができます:

![image](https://github.com/w-okada/voice-changer/assets/48346627/5a66f237-e5b5-4819-9409-ff5eebb6e514)

Expand Down
Loading