Skip to content

Commit

Permalink
Colaboratory を使用して作成しました
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Dec 10, 2022
1 parent 72a5673 commit 3f061c7
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 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": "ABX9TyMPAcI+ph7BN+Jg9dRQcidO",
"authorship_tag": "ABX9TyMYxiOpYpg7Jdcqs6o5zO6u",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -74,15 +74,15 @@
"base_uri": "https://localhost:8080/"
},
"id": "vV1t7PBRm-o6",
"outputId": "1a01f054-42ef-4408-e6e5-36ae76fed751"
"outputId": "58e3f73b-3a8f-417a-b76c-c650f94669a7"
},
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Fri Dec 9 01:43:38 2022 \n",
"Sat Dec 10 06:05:51 2022 \n",
"+-----------------------------------------------------------------------------+\n",
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
"|-------------------------------+----------------------+----------------------+\n",
Expand All @@ -91,7 +91,7 @@
"| | | MIG M. |\n",
"|===============================+======================+======================|\n",
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n",
"| N/A 62C P0 29W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| N/A 47C P0 26W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| | | N/A |\n",
"+-------------------------------+----------------------+----------------------+\n",
" \n",
Expand Down Expand Up @@ -140,7 +140,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "2wxD-gRSMU5R",
"outputId": "0b649d6a-933e-45ab-e5a5-e024e8484936"
"outputId": "17c5e430-da38-41b4-b59d-032e0a6639b9"
},
"outputs": [
{
Expand Down Expand Up @@ -171,9 +171,8 @@
"cell_type": "code",
"source": [
"# (3) リポジトリのクローン\n",
"!git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.1.5 /MMVC_Trainer\n",
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b ver_1.1\n",
"%cd /MMVC_Trainer/monotonic_align \n",
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b ver_1.2\n",
"%cd voice-changer/demo/MMVC_Trainer/monotonic_align \n",
"!cythonize -3 -i core.pyx &> /dev/null\n",
"!mv core.cpython-*.so monotonic_align &> /dev/null\n",
"%cd /content/voice-changer/demo/\n"
Expand All @@ -183,29 +182,22 @@
"base_uri": "https://localhost:8080/"
},
"id": "86wTFmqsNMnD",
"outputId": "3f20280c-a9fd-48e7-afb1-0c598d7d4b6a"
"outputId": "aa92d88d-4bd6-4931-f801-79a32b7f6abe"
},
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Cloning into '/MMVC_Trainer'...\n",
"remote: Enumerating objects: 917, done.\u001b[K\n",
"remote: Counting objects: 100% (917/917), done.\u001b[K\n",
"remote: Compressing objects: 100% (828/828), done.\u001b[K\n",
"remote: Total 917 (delta 3), reused 889 (delta 0), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (917/917), 53.02 MiB | 17.29 MiB/s, done.\n",
"Resolving deltas: 100% (3/3), done.\n",
"Cloning into 'voice-changer'...\n",
"remote: Enumerating objects: 109, done.\u001b[K\n",
"remote: Counting objects: 100% (109/109), done.\u001b[K\n",
"remote: Compressing objects: 100% (95/95), done.\u001b[K\n",
"remote: Total 109 (delta 15), reused 80 (delta 3), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (109/109), 18.79 MiB | 5.05 MiB/s, done.\n",
"Resolving deltas: 100% (15/15), done.\n",
"Note: checking out 'a5afb4441eef9b0a3234c62532199b19a5583fff'.\n",
"remote: Enumerating objects: 1030, done.\u001b[K\n",
"remote: Counting objects: 100% (1030/1030), done.\u001b[K\n",
"remote: Compressing objects: 100% (919/919), done.\u001b[K\n",
"remote: Total 1030 (delta 21), reused 982 (delta 11), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (1030/1030), 71.87 MiB | 22.15 MiB/s, done.\n",
"Resolving deltas: 100% (21/21), done.\n",
"Note: checking out 'e824f89e8fac9d202d5ff72ebb13a4e1bf57b4d3'.\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",
Expand All @@ -216,7 +208,7 @@
"\n",
" git checkout -b <new-branch-name>\n",
"\n",
"/MMVC_Trainer/monotonic_align\n",
"/content/voice-changer/demo/MMVC_Trainer/monotonic_align\n",
"/content/voice-changer/demo\n"
]
}
Expand Down Expand Up @@ -255,7 +247,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "pjxPsOOaXXTj",
"outputId": "c3e8fc4d-0f0b-4271-c586-614f60a7b0e2"
"outputId": "2c418c42-235e-4d7b-db62-858c226a2478"
},
"execution_count": 6,
"outputs": [
Expand Down Expand Up @@ -426,7 +418,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "chu06KpAjEK6",
"outputId": "8c1c6d17-375f-48db-dae8-b9a214470cd2"
"outputId": "2b9883a7-b350-4958-af11-8d48ad833bbb"
},
"execution_count": 10,
"outputs": [
Expand Down Expand Up @@ -477,15 +469,15 @@
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "6538f2bb-0861-410b-f56b-647501ad11ed"
"outputId": "2cc7ba41-08d9-4582-ad15-959c741597a0"
},
"execution_count": 11,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"https://cyjqzm0tywm-496ff2e9c6d22116-13295-colab.googleusercontent.com/front/\n"
"https://5qu91u3piw-496ff2e9c6d22116-11612-colab.googleusercontent.com/front/\n"
]
}
]
Expand Down

0 comments on commit 3f061c7

Please sign in to comment.