Skip to content

Commit

Permalink
Colaboratory を使用して作成しました
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jan 29, 2023
1 parent 0cd07e8 commit 7fffa7b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions VoiceChangerDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"name": "VoiceChangerDemo",
"provenance": [],
"authorship_tag": "ABX9TyNlpoC6l1z+JVEx0wBFrIct",
"authorship_tag": "ABX9TyOby01VR127ZMS2YWFP8/YE",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"\n",
"このノートはColab上でMMVCのボイチェンを行うノートです。\n",
"\n",
"正式版はローカルPCのDocker上で動かすアプリケーションです\n",
"正式版はローカルPC上で動かすアプリケーションです\n",
"\n",
"正式版は、多くの場合より少ないタイムラグで滑らかに音声を変換できます。\n",
"\n",
Expand Down Expand Up @@ -76,7 +76,7 @@
"id": "vV1t7PBRm-o6",
"outputId": "de727091-7c9f-4dbc-a0cc-5985409b289f"
},
"execution_count": 1,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -135,12 +135,12 @@
"metadata": {
"id": "nSXATMWYb4Ik"
},
"execution_count": 2,
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
Expand Down Expand Up @@ -189,7 +189,7 @@
"id": "86wTFmqsNMnD",
"outputId": "2b329892-41b2-4560-e4f0-ab49b4ef83bc"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -260,7 +260,7 @@
"metadata": {
"id": "LwZAAuqxX7yY"
},
"execution_count": 5,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -286,7 +286,8 @@
"VoiceChanger Initialized (GPU_NUM:1, mps_enabled:False)\n",
" Voice Changerを起動しています。\n",
" -- 設定 -- \n",
" CONFIG:/content/drive/MyDrive/VoiceChanger/config.json, MODEL:None ONNX_MODEL:/content/drive/MyDrive/VoiceChanger/G_326000.onnx```\n",
" CONFIG:/content/drive/MyDrive/VoiceChanger/config.json, MODEL:None ONNX_MODEL:/content/drive/MyDrive/VoiceChanger/G_326000.onnx\n",
"```\n",
"\n"
],
"metadata": {
Expand Down Expand Up @@ -316,7 +317,7 @@
"metadata": {
"id": "iNOAB7zISI6J"
},
"execution_count": 6,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -332,7 +333,7 @@
"id": "chu06KpAjEK6",
"outputId": "cf0d26f3-66a9-406e-e739-f588483d2851"
},
"execution_count": 12,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -380,7 +381,7 @@
},
"outputId": "b6ef1db3-37b4-4025-fdbf-711e00646902"
},
"execution_count": 13,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down

0 comments on commit 7fffa7b

Please sign in to comment.