From 6b7f3b0fb5df5fd29896713495be742aa7c0b588 Mon Sep 17 00:00:00 2001 From: w-okada <48346627+w-okada@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:13:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Colaboratory=20=E3=82=92=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E4=BD=9C=E6=88=90=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VoiceChangerDemo.ipynb | 75 ++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 40 deletions(-) diff --git a/VoiceChangerDemo.ipynb b/VoiceChangerDemo.ipynb index 729c3220..9edc91e0 100644 --- a/VoiceChangerDemo.ipynb +++ b/VoiceChangerDemo.ipynb @@ -5,7 +5,7 @@ "colab": { "name": "VoiceChangerDemo", "provenance": [], - "authorship_tag": "ABX9TyOc15otxqkeLfxiyox8JliU", + "authorship_tag": "ABX9TyNlpoC6l1z+JVEx0wBFrIct", "include_colab_link": true }, "kernelspec": { @@ -74,7 +74,7 @@ "base_uri": "https://localhost:8080/" }, "id": "vV1t7PBRm-o6", - "outputId": "0ca1a6a2-95c1-429f-bb6a-adbf71bcda02" + "outputId": "de727091-7c9f-4dbc-a0cc-5985409b289f" }, "execution_count": 1, "outputs": [ @@ -82,16 +82,16 @@ "output_type": "stream", "name": "stdout", "text": [ - "Sat Jan 14 10:57:42 2023 \n", + "Sun Jan 29 12:09:35 2023 \n", "+-----------------------------------------------------------------------------+\n", - "| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n", + "| NVIDIA-SMI 510.47.03 Driver Version: 510.47.03 CUDA Version: 11.6 |\n", "|-------------------------------+----------------------+----------------------+\n", "| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |\n", "| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |\n", "| | | MIG M. |\n", "|===============================+======================+======================|\n", "| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n", - "| N/A 63C P8 11W / 70W | 0MiB / 15109MiB | 0% Default |\n", + "| N/A 47C P0 26W / 70W | 0MiB / 15360MiB | 0% Default |\n", "| | | N/A |\n", "+-------------------------------+----------------------+----------------------+\n", " \n", @@ -146,7 +146,7 @@ "base_uri": "https://localhost:8080/" }, "id": "2wxD-gRSMU5R", - "outputId": "0cca0ac1-4a3b-42da-a3c3-057d550e379f" + "outputId": "4c9da537-a5cb-4c5d-f999-2795b00d41a8" }, "outputs": [ { @@ -177,7 +177,7 @@ "cell_type": "code", "source": [ "# (3) リポジトリのクローン\n", - "!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.5\n", + "!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.7\n", "%cd voice-changer/server\n", "!git clone https://github.com/isletennos/MMVC_Client.git\n", "!cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -" @@ -187,7 +187,7 @@ "base_uri": "https://localhost:8080/" }, "id": "86wTFmqsNMnD", - "outputId": "a249b913-3ffc-4b82-f62d-a856012f3562" + "outputId": "2b329892-41b2-4560-e4f0-ab49b4ef83bc" }, "execution_count": 4, "outputs": [ @@ -196,41 +196,36 @@ "name": "stdout", "text": [ "Cloning into 'voice-changer'...\n", - "remote: Enumerating objects: 149, done.\u001b[K\n", - "remote: Counting objects: 100% (149/149), done.\u001b[K\n", - "remote: Compressing objects: 100% (134/134), done.\u001b[K\n", - "remote: Total 149 (delta 20), reused 64 (delta 5), pack-reused 0\u001b[K\n", - "Receiving objects: 100% (149/149), 1.56 MiB | 4.35 MiB/s, done.\n", - "Resolving deltas: 100% (20/20), done.\n", - "Note: checking out '4c6f7c00fa68d91e1ccdb07b7c35ce603b6b0ab2'.\n", - "\n", - "You are in 'detached HEAD' state. You can look around, make experimental\n", - "changes and commit them, and you can discard any commits you make in this\n", - "state without impacting any branches by performing another checkout.\n", - "\n", - "If you want to create a new branch to retain commits you create, you may\n", - "do so (now or later) by using -b with the checkout command again. Example:\n", - "\n", - " git checkout -b \n", - "\n", + "remote: Enumerating objects: 157, done.\u001b[K\n", + "remote: Counting objects: 100% (157/157), done.\u001b[K\n", + "remote: Compressing objects: 100% (141/141), done.\u001b[K\n", + "remote: Total 157 (delta 21), reused 70 (delta 5), pack-reused 0\u001b[K\n", + "Receiving objects: 100% (157/157), 1.61 MiB | 4.03 MiB/s, done.\n", + "Resolving deltas: 100% (21/21), done.\n", "/content/voice-changer/server\n", "Cloning into 'MMVC_Client'...\n", - "remote: Enumerating objects: 594, done.\u001b[K\n", - "remote: Counting objects: 100% (320/320), done.\u001b[K\n", - "remote: Compressing objects: 100% (114/114), done.\u001b[K\n", - "remote: Total 594 (delta 229), reused 261 (delta 203), pack-reused 274\u001b[K\n", - "Receiving objects: 100% (594/594), 738.87 KiB | 18.02 MiB/s, done.\n", - "Resolving deltas: 100% (351/351), done.\n", - "Note: checking out '04f3fec4fd82dea6657026ec4e1cd80fb29a415c'.\n", + "remote: Enumerating objects: 611, done.\u001b[K\n", + "remote: Counting objects: 100% (337/337), done.\u001b[K\n", + "remote: Compressing objects: 100% (120/120), done.\u001b[K\n", + "remote: Total 611 (delta 238), reused 285 (delta 214), pack-reused 274\u001b[K\n", + "Receiving objects: 100% (611/611), 752.38 KiB | 21.50 MiB/s, done.\n", + "Resolving deltas: 100% (360/360), done.\n", + "Note: switching to '04f3fec4fd82dea6657026ec4e1cd80fb29a415c'.\n", "\n", "You are in 'detached HEAD' state. You can look around, make experimental\n", "changes and commit them, and you can discard any commits you make in this\n", - "state without impacting any branches by performing another checkout.\n", + "state without impacting any branches by switching back to a branch.\n", "\n", "If you want to create a new branch to retain commits you create, you may\n", - "do so (now or later) by using -b with the checkout command again. Example:\n", + "do so (now or later) by using -c with the switch command. Example:\n", "\n", - " git checkout -b \n", + " git switch -c \n", + "\n", + "Or undo this operation with:\n", + "\n", + " git switch -\n", + "\n", + "Turn off this advice by setting config variable advice.detachedHead to false\n", "\n", "HEAD is now at 04f3fec Merge pull request #30 from Mokuichi147/setupcheck\n", "/content/voice-changer/server\n" @@ -335,9 +330,9 @@ "base_uri": "https://localhost:8080/" }, "id": "chu06KpAjEK6", - "outputId": "dab82a85-6d85-4a6c-ecee-82f458269862" + "outputId": "cf0d26f3-66a9-406e-e739-f588483d2851" }, - "execution_count": 13, + "execution_count": 12, "outputs": [ { "output_type": "stream", @@ -383,15 +378,15 @@ "base_uri": "https://localhost:8080/", "height": 34 }, - "outputId": "67b0f1f9-6c29-4a7c-b51a-09b0d6fa73ce" + "outputId": "b6ef1db3-37b4-4025-fdbf-711e00646902" }, - "execution_count": 14, + "execution_count": 13, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ - "https://bw798xestd8-496ff2e9c6d22116-13755-colab.googleusercontent.com/front/?colab=true\n" + "https://nafdn2dmorn-496ff2e9c6d22116-18341-colab.googleusercontent.com/front/?colab=true\n" ] } ] From 1c1b853941f625ab839f7e3650c6098f9463ddfd Mon Sep 17 00:00:00 2001 From: w-okada <48346627+w-okada@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:22:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Colaboratory=20=E3=82=92=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E4=BD=9C=E6=88=90=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VoiceChangerDemo_Simple.ipynb | 76 +++++++++++++++++------------------ 1 file changed, 36 insertions(+), 40 deletions(-) diff --git a/VoiceChangerDemo_Simple.ipynb b/VoiceChangerDemo_Simple.ipynb index 624de38b..7436c9c2 100644 --- a/VoiceChangerDemo_Simple.ipynb +++ b/VoiceChangerDemo_Simple.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMvlihfFf4Lya4Hh98XmoBI", + "authorship_tag": "ABX9TyMxmV4RpK/p2+W+xEK9aM2U", "include_colab_link": true }, "kernelspec": { @@ -73,7 +73,7 @@ "base_uri": "https://localhost:8080/" }, "id": "vV1t7PBRm-o6", - "outputId": "03507075-369d-4dc6-9b34-dfc37a5dcf6d" + "outputId": "785be88d-b741-4824-8b99-6863d172fa3b" }, "execution_count": 1, "outputs": [ @@ -81,16 +81,16 @@ "output_type": "stream", "name": "stdout", "text": [ - "Sat Jan 14 10:48:43 2023 \n", + "Sun Jan 29 12:17:09 2023 \n", "+-----------------------------------------------------------------------------+\n", - "| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n", + "| NVIDIA-SMI 510.47.03 Driver Version: 510.47.03 CUDA Version: 11.6 |\n", "|-------------------------------+----------------------+----------------------+\n", "| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |\n", "| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |\n", "| | | MIG M. |\n", "|===============================+======================+======================|\n", "| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n", - "| N/A 47C P8 10W / 70W | 0MiB / 15109MiB | 0% Default |\n", + "| N/A 67C P0 30W / 70W | 0MiB / 15360MiB | 0% Default |\n", "| | | N/A |\n", "+-------------------------------+----------------------+----------------------+\n", " \n", @@ -119,7 +119,7 @@ "cell_type": "code", "source": [ "# (2) リポジトリのクローン\n", - "!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.5\n", + "!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.7\n", "%cd voice-changer/server\n", "!git clone https://github.com/isletennos/MMVC_Client.git\n", "!cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -\n" @@ -129,7 +129,7 @@ "base_uri": "https://localhost:8080/" }, "id": "86wTFmqsNMnD", - "outputId": "d65ffce7-99a5-4cb6-b7bd-cb7cff7f3eb3" + "outputId": "b0bd865c-acec-47e5-b309-ac7fb6906f97" }, "execution_count": 2, "outputs": [ @@ -138,41 +138,36 @@ "name": "stdout", "text": [ "Cloning into 'voice-changer'...\n", - "remote: Enumerating objects: 149, done.\u001b[K\n", - "remote: Counting objects: 100% (149/149), done.\u001b[K\n", - "remote: Compressing objects: 100% (134/134), done.\u001b[K\n", - "remote: Total 149 (delta 20), reused 64 (delta 5), pack-reused 0\u001b[K\n", - "Receiving objects: 100% (149/149), 1.56 MiB | 4.17 MiB/s, done.\n", - "Resolving deltas: 100% (20/20), done.\n", - "Note: checking out '4c6f7c00fa68d91e1ccdb07b7c35ce603b6b0ab2'.\n", - "\n", - "You are in 'detached HEAD' state. You can look around, make experimental\n", - "changes and commit them, and you can discard any commits you make in this\n", - "state without impacting any branches by performing another checkout.\n", - "\n", - "If you want to create a new branch to retain commits you create, you may\n", - "do so (now or later) by using -b with the checkout command again. Example:\n", - "\n", - " git checkout -b \n", - "\n", + "remote: Enumerating objects: 157, done.\u001b[K\n", + "remote: Counting objects: 100% (157/157), done.\u001b[K\n", + "remote: Compressing objects: 100% (141/141), done.\u001b[K\n", + "remote: Total 157 (delta 21), reused 70 (delta 5), pack-reused 0\u001b[K\n", + "Receiving objects: 100% (157/157), 1.61 MiB | 1.90 MiB/s, done.\n", + "Resolving deltas: 100% (21/21), done.\n", "/content/voice-changer/server\n", "Cloning into 'MMVC_Client'...\n", - "remote: Enumerating objects: 594, done.\u001b[K\n", - "remote: Counting objects: 100% (322/322), done.\u001b[K\n", - "remote: Compressing objects: 100% (114/114), done.\u001b[K\n", - "remote: Total 594 (delta 231), reused 263 (delta 205), pack-reused 272\u001b[K\n", - "Receiving objects: 100% (594/594), 776.40 KiB | 6.87 MiB/s, done.\n", - "Resolving deltas: 100% (352/352), done.\n", - "Note: checking out '04f3fec4fd82dea6657026ec4e1cd80fb29a415c'.\n", + "remote: Enumerating objects: 611, done.\u001b[K\n", + "remote: Counting objects: 100% (337/337), done.\u001b[K\n", + "remote: Compressing objects: 100% (120/120), done.\u001b[K\n", + "remote: Total 611 (delta 238), reused 285 (delta 214), pack-reused 274\u001b[K\n", + "Receiving objects: 100% (611/611), 752.38 KiB | 875.00 KiB/s, done.\n", + "Resolving deltas: 100% (360/360), done.\n", + "Note: switching to '04f3fec4fd82dea6657026ec4e1cd80fb29a415c'.\n", "\n", "You are in 'detached HEAD' state. You can look around, make experimental\n", "changes and commit them, and you can discard any commits you make in this\n", - "state without impacting any branches by performing another checkout.\n", + "state without impacting any branches by switching back to a branch.\n", "\n", "If you want to create a new branch to retain commits you create, you may\n", - "do so (now or later) by using -b with the checkout command again. Example:\n", + "do so (now or later) by using -c with the switch command. Example:\n", "\n", - " git checkout -b \n", + " git switch -c \n", + "\n", + "Or undo this operation with:\n", + "\n", + " git switch -\n", + "\n", + "Turn off this advice by setting config variable advice.detachedHead to false\n", "\n", "HEAD is now at 04f3fec Merge pull request #30 from Mokuichi147/setupcheck\n", "/content/voice-changer/server\n" @@ -250,7 +245,7 @@ "metadata": { "id": "G-nMdPxEW1rc" }, - "execution_count": 7, + "execution_count": 4, "outputs": [] }, { @@ -265,14 +260,15 @@ "base_uri": "https://localhost:8080/" }, "id": "chu06KpAjEK6", - "outputId": "b7e4b74e-2712-41a0-95ad-cfc6f65f5f7c" + "outputId": "a9cb8947-3902-43ba-c3b9-e5857c0cc7b6" }, - "execution_count": 10, + "execution_count": 5, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ + "VoiceChanger Initialized (GPU_NUM:1, mps_enabled:False)\n", "\u001b[32m Voice Changerを起動しています。\u001b[0m\n", "\u001b[34m -- 設定 -- \u001b[0m\n", "\u001b[34m CONFIG:None, MODEL:None ONNX_MODEL:None\u001b[0m\n" @@ -308,15 +304,15 @@ "base_uri": "https://localhost:8080/", "height": 34 }, - "outputId": "0630d9ea-3dd4-422f-ebd0-a5930edb3b07" + "outputId": "5c2ff7a0-f10a-46b9-eaec-96d1874e255f" }, - "execution_count": 9, + "execution_count": 6, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ - "https://1ipsaxpb34k-496ff2e9c6d22116-17980-colab.googleusercontent.com/front/?colab=true\n" + "https://xzok7khbzs-496ff2e9c6d22116-13279-colab.googleusercontent.com/front/?colab=true\n" ] } ]