Colaboratory を使用して作成しました

This commit is contained in:
w-okada 2023-01-29 21:13:48 +09:00
parent eac7586327
commit 6b7f3b0fb5

View File

@ -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 <new-branch-name>\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 <new-branch-name>\n",
" git switch -c <new-branch-name>\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"
]
}
]