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

This commit is contained in:
w-okada 2022-12-09 10:47:54 +09:00
parent fef7071e89
commit 933703f2b9

View File

@ -5,7 +5,7 @@
"colab": {
"name": "VoiceChangerDemo",
"provenance": [],
"authorship_tag": "ABX9TyNpx+wMQQKflNKso1Aructr",
"authorship_tag": "ABX9TyMPAcI+ph7BN+Jg9dRQcidO",
"include_colab_link": true
},
"kernelspec": {
@ -74,15 +74,15 @@
"base_uri": "https://localhost:8080/"
},
"id": "vV1t7PBRm-o6",
"outputId": "76db7bf4-f28a-4049-833c-a9f17c1b5472"
"outputId": "1a01f054-42ef-4408-e6e5-36ae76fed751"
},
"execution_count": null,
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Sat Dec 3 10:47:24 2022 \n",
"Fri Dec 9 01:43:38 2022 \n",
"+-----------------------------------------------------------------------------+\n",
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
"|-------------------------------+----------------------+----------------------+\n",
@ -91,7 +91,7 @@
"| | | MIG M. |\n",
"|===============================+======================+======================|\n",
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n",
"| N/A 51C P0 25W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| N/A 62C P0 29W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| | | N/A |\n",
"+-------------------------------+----------------------+----------------------+\n",
" \n",
@ -129,18 +129,18 @@
"metadata": {
"id": "nSXATMWYb4Ik"
},
"execution_count": null,
"execution_count": 2,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "2wxD-gRSMU5R",
"outputId": "ff4560ce-c04a-4fe8-bec3-3b93dfdd77ee"
"outputId": "0b649d6a-933e-45ab-e5a5-e024e8484936"
},
"outputs": [
{
@ -172,7 +172,7 @@
"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\n",
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b ver_1.1\n",
"%cd /MMVC_Trainer/monotonic_align \n",
"!cythonize -3 -i core.pyx &> /dev/null\n",
"!mv core.cpython-*.so monotonic_align &> /dev/null\n",
@ -183,9 +183,9 @@
"base_uri": "https://localhost:8080/"
},
"id": "86wTFmqsNMnD",
"outputId": "35bad20a-b0a8-44c9-a072-10e11a199c50"
"outputId": "3f20280c-a9fd-48e7-afb1-0c598d7d4b6a"
},
"execution_count": null,
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
@ -196,15 +196,26 @@
"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 | 20.41 MiB/s, done.\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: 108, done.\u001b[K\n",
"remote: Counting objects: 100% (108/108), done.\u001b[K\n",
"remote: Compressing objects: 100% (94/94), done.\u001b[K\n",
"remote: Total 108 (delta 15), reused 75 (delta 3), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (108/108), 18.79 MiB | 15.05 MiB/s, done.\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",
"\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",
"/MMVC_Trainer/monotonic_align\n",
"/content/voice-changer/demo\n"
]
@ -230,7 +241,7 @@
"metadata": {
"id": "Bn4kV8TgXp8i"
},
"execution_count": null,
"execution_count": 5,
"outputs": []
},
{
@ -244,9 +255,9 @@
"base_uri": "https://localhost:8080/"
},
"id": "pjxPsOOaXXTj",
"outputId": "0aaa53de-2a45-45c1-b0e6-cc6de98873fe"
"outputId": "c3e8fc4d-0f0b-4271-c586-614f60a7b0e2"
},
"execution_count": null,
"execution_count": 6,
"outputs": [
{
"output_type": "stream",
@ -350,7 +361,7 @@
"metadata": {
"id": "LwZAAuqxX7yY"
},
"execution_count": null,
"execution_count": 7,
"outputs": []
},
{
@ -401,7 +412,7 @@
"metadata": {
"id": "iNOAB7zISI6J"
},
"execution_count": null,
"execution_count": 8,
"outputs": []
},
{
@ -415,9 +426,9 @@
"base_uri": "https://localhost:8080/"
},
"id": "chu06KpAjEK6",
"outputId": "c1f8ca20-23e3-42c0-9143-b44498e84bd2"
"outputId": "8c1c6d17-375f-48db-dae8-b9a214470cd2"
},
"execution_count": null,
"execution_count": 10,
"outputs": [
{
"output_type": "stream",
@ -466,15 +477,15 @@
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "96886f3d-3f88-4392-df41-90514fe4b0bc"
"outputId": "6538f2bb-0861-410b-f56b-647501ad11ed"
},
"execution_count": null,
"execution_count": 11,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"https://3lddbr773py-496ff2e9c6d22116-11741-colab.googleusercontent.com/front/\n"
"https://cyjqzm0tywm-496ff2e9c6d22116-13295-colab.googleusercontent.com/front/\n"
]
}
]