mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 08:43:57 +03:00
commit
181f9711a5
@ -5,7 +5,7 @@
|
|||||||
"colab": {
|
"colab": {
|
||||||
"name": "VoiceChangerDemo",
|
"name": "VoiceChangerDemo",
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"authorship_tag": "ABX9TyN+y1T1MS3ZgOANG4v8pjEP",
|
"authorship_tag": "ABX9TyNnL+Mf0eEFM/VMaQZTahNn",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "vV1t7PBRm-o6",
|
"id": "vV1t7PBRm-o6",
|
||||||
"outputId": "d87ce1ad-decb-4589-b1d5-dc2d6d36415d"
|
"outputId": "dd745d3a-5b96-488a-ae51-39c47ec47b34"
|
||||||
},
|
},
|
||||||
"execution_count": 1,
|
"execution_count": 1,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"Thu Jan 12 09:34:13 2023 \n",
|
"Thu Jan 12 14:15:31 2023 \n",
|
||||||
"+-----------------------------------------------------------------------------+\n",
|
"+-----------------------------------------------------------------------------+\n",
|
||||||
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
|
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
|
||||||
"|-------------------------------+----------------------+----------------------+\n",
|
"|-------------------------------+----------------------+----------------------+\n",
|
||||||
@ -91,7 +91,7 @@
|
|||||||
"| | | MIG M. |\n",
|
"| | | MIG M. |\n",
|
||||||
"|===============================+======================+======================|\n",
|
"|===============================+======================+======================|\n",
|
||||||
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n",
|
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n",
|
||||||
"| N/A 71C P8 13W / 70W | 0MiB / 15109MiB | 0% Default |\n",
|
"| N/A 65C P8 13W / 70W | 0MiB / 15109MiB | 0% Default |\n",
|
||||||
"| | | N/A |\n",
|
"| | | N/A |\n",
|
||||||
"+-------------------------------+----------------------+----------------------+\n",
|
"+-------------------------------+----------------------+----------------------+\n",
|
||||||
" \n",
|
" \n",
|
||||||
@ -146,7 +146,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "2wxD-gRSMU5R",
|
"id": "2wxD-gRSMU5R",
|
||||||
"outputId": "6142b113-1ee8-4548-ae7f-9e32fe47d592"
|
"outputId": "c78a92f6-6631-476d-e967-0b797336eefc"
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
@ -177,7 +177,7 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"source": [
|
||||||
"# (3) リポジトリのクローン\n",
|
"# (3) リポジトリのクローン\n",
|
||||||
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.2\n",
|
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.3\n",
|
||||||
"%cd voice-changer/server\n",
|
"%cd voice-changer/server\n",
|
||||||
"!git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2\n",
|
"!git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2\n",
|
||||||
"!cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd -"
|
"!cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd -"
|
||||||
@ -187,7 +187,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "86wTFmqsNMnD",
|
"id": "86wTFmqsNMnD",
|
||||||
"outputId": "98890058-6301-4c50-8779-d7b5098cdb55"
|
"outputId": "2de377dc-b76e-428d-81ae-59bf1d72e1cc"
|
||||||
},
|
},
|
||||||
"execution_count": 4,
|
"execution_count": 4,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -199,16 +199,16 @@
|
|||||||
"remote: Enumerating objects: 143, done.\u001b[K\n",
|
"remote: Enumerating objects: 143, done.\u001b[K\n",
|
||||||
"remote: Counting objects: 100% (143/143), done.\u001b[K\n",
|
"remote: Counting objects: 100% (143/143), done.\u001b[K\n",
|
||||||
"remote: Compressing objects: 100% (128/128), done.\u001b[K\n",
|
"remote: Compressing objects: 100% (128/128), done.\u001b[K\n",
|
||||||
"remote: Total 143 (delta 21), reused 57 (delta 5), pack-reused 0\u001b[K\n",
|
"remote: Total 143 (delta 20), reused 62 (delta 5), pack-reused 0\u001b[K\n",
|
||||||
"Receiving objects: 100% (143/143), 1.51 MiB | 4.06 MiB/s, done.\n",
|
"Receiving objects: 100% (143/143), 1.52 MiB | 4.29 MiB/s, done.\n",
|
||||||
"Resolving deltas: 100% (21/21), done.\n",
|
"Resolving deltas: 100% (20/20), done.\n",
|
||||||
"/content/voice-changer/server\n",
|
"/content/voice-changer/server\n",
|
||||||
"Cloning into 'MMVC_Trainer'...\n",
|
"Cloning into 'MMVC_Trainer'...\n",
|
||||||
"remote: Enumerating objects: 920, done.\u001b[K\n",
|
"remote: Enumerating objects: 920, done.\u001b[K\n",
|
||||||
"remote: Counting objects: 100% (920/920), done.\u001b[K\n",
|
"remote: Counting objects: 100% (920/920), done.\u001b[K\n",
|
||||||
"remote: Compressing objects: 100% (830/830), done.\u001b[K\n",
|
"remote: Compressing objects: 100% (830/830), done.\u001b[K\n",
|
||||||
"remote: Total 920 (delta 4), reused 891 (delta 1), pack-reused 0\u001b[K\n",
|
"remote: Total 920 (delta 4), reused 893 (delta 1), pack-reused 0\u001b[K\n",
|
||||||
"Receiving objects: 100% (920/920), 53.04 MiB | 16.74 MiB/s, done.\n",
|
"Receiving objects: 100% (920/920), 53.04 MiB | 17.82 MiB/s, done.\n",
|
||||||
"Resolving deltas: 100% (4/4), done.\n",
|
"Resolving deltas: 100% (4/4), done.\n",
|
||||||
"Note: checking out 'f17c8c57d1ab7512633e6c57521f1eef6851bd0e'.\n",
|
"Note: checking out 'f17c8c57d1ab7512633e6c57521f1eef6851bd0e'.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -324,7 +324,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "iNOAB7zISI6J"
|
"id": "iNOAB7zISI6J"
|
||||||
},
|
},
|
||||||
"execution_count": 17,
|
"execution_count": 6,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -338,9 +338,9 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "chu06KpAjEK6",
|
"id": "chu06KpAjEK6",
|
||||||
"outputId": "8186d701-e52f-49b7-80b8-c71a90185ce2"
|
"outputId": "789c20be-249a-4965-f052-e3be9be12e24"
|
||||||
},
|
},
|
||||||
"execution_count": 26,
|
"execution_count": 7,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -388,15 +388,15 @@
|
|||||||
"base_uri": "https://localhost:8080/",
|
"base_uri": "https://localhost:8080/",
|
||||||
"height": 34
|
"height": 34
|
||||||
},
|
},
|
||||||
"outputId": "fd12861a-5d2e-4d7c-cb8d-ec339abe671b"
|
"outputId": "2a578717-b723-4ec8-bdef-7633f2a9915c"
|
||||||
},
|
},
|
||||||
"execution_count": 28,
|
"execution_count": 8,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"https://ta48o8p4y4e-496ff2e9c6d22116-16132-colab.googleusercontent.com/front/?colab=true\n"
|
"https://uukwsuu2e7s-496ff2e9c6d22116-11527-colab.googleusercontent.com/front/?colab=true\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"authorship_tag": "ABX9TyP/3QiGmJfI/yvB8/t/WTXG",
|
"authorship_tag": "ABX9TyP+LenGtlXFGimgObzNvgqS",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@ -73,7 +73,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "vV1t7PBRm-o6",
|
"id": "vV1t7PBRm-o6",
|
||||||
"outputId": "cd968cbb-6749-4d64-c524-364bbccfbaaf"
|
"outputId": "85aaa5ec-0fc9-4433-96f3-5086c17e5ba1"
|
||||||
},
|
},
|
||||||
"execution_count": 1,
|
"execution_count": 1,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"Thu Jan 12 08:49:28 2023 \n",
|
"Thu Jan 12 14:48:08 2023 \n",
|
||||||
"+-----------------------------------------------------------------------------+\n",
|
"+-----------------------------------------------------------------------------+\n",
|
||||||
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
|
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
|
||||||
"|-------------------------------+----------------------+----------------------+\n",
|
"|-------------------------------+----------------------+----------------------+\n",
|
||||||
@ -119,7 +119,7 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"source": [
|
||||||
"# (2) リポジトリのクローン\n",
|
"# (2) リポジトリのクローン\n",
|
||||||
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.2\n",
|
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.3\n",
|
||||||
"%cd voice-changer/server\n",
|
"%cd voice-changer/server\n",
|
||||||
"!git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2\n",
|
"!git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2\n",
|
||||||
"!cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd -\n"
|
"!cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd -\n"
|
||||||
@ -129,7 +129,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "86wTFmqsNMnD",
|
"id": "86wTFmqsNMnD",
|
||||||
"outputId": "3f06a785-7b24-4a9c-af9c-6eac5d155501"
|
"outputId": "27ad5458-3aee-4a05-945a-5b66fd603a8d"
|
||||||
},
|
},
|
||||||
"execution_count": 2,
|
"execution_count": 2,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -141,16 +141,16 @@
|
|||||||
"remote: Enumerating objects: 143, done.\u001b[K\n",
|
"remote: Enumerating objects: 143, done.\u001b[K\n",
|
||||||
"remote: Counting objects: 100% (143/143), done.\u001b[K\n",
|
"remote: Counting objects: 100% (143/143), done.\u001b[K\n",
|
||||||
"remote: Compressing objects: 100% (128/128), done.\u001b[K\n",
|
"remote: Compressing objects: 100% (128/128), done.\u001b[K\n",
|
||||||
"remote: Total 143 (delta 21), reused 57 (delta 5), pack-reused 0\u001b[K\n",
|
"remote: Total 143 (delta 20), reused 62 (delta 5), pack-reused 0\u001b[K\n",
|
||||||
"Receiving objects: 100% (143/143), 1.51 MiB | 3.74 MiB/s, done.\n",
|
"Receiving objects: 100% (143/143), 1.52 MiB | 4.30 MiB/s, done.\n",
|
||||||
"Resolving deltas: 100% (21/21), done.\n",
|
"Resolving deltas: 100% (20/20), done.\n",
|
||||||
"/content/voice-changer/server\n",
|
"/content/voice-changer/server\n",
|
||||||
"Cloning into 'MMVC_Trainer'...\n",
|
"Cloning into 'MMVC_Trainer'...\n",
|
||||||
"remote: Enumerating objects: 920, done.\u001b[K\n",
|
"remote: Enumerating objects: 920, done.\u001b[K\n",
|
||||||
"remote: Counting objects: 100% (920/920), done.\u001b[K\n",
|
"remote: Counting objects: 100% (920/920), done.\u001b[K\n",
|
||||||
"remote: Compressing objects: 100% (830/830), done.\u001b[K\n",
|
"remote: Compressing objects: 100% (830/830), done.\u001b[K\n",
|
||||||
"remote: Total 920 (delta 4), reused 893 (delta 1), pack-reused 0\u001b[K\n",
|
"remote: Total 920 (delta 4), reused 893 (delta 1), pack-reused 0\u001b[K\n",
|
||||||
"Receiving objects: 100% (920/920), 53.04 MiB | 15.28 MiB/s, done.\n",
|
"Receiving objects: 100% (920/920), 53.04 MiB | 17.33 MiB/s, done.\n",
|
||||||
"Resolving deltas: 100% (4/4), done.\n",
|
"Resolving deltas: 100% (4/4), done.\n",
|
||||||
"Note: checking out 'f17c8c57d1ab7512633e6c57521f1eef6851bd0e'.\n",
|
"Note: checking out 'f17c8c57d1ab7512633e6c57521f1eef6851bd0e'.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -268,7 +268,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "chu06KpAjEK6",
|
"id": "chu06KpAjEK6",
|
||||||
"outputId": "b0efbfea-cfce-427b-bb0e-1d2c5b07f298"
|
"outputId": "a4c8aea1-4193-4bb2-c128-3ed6d55e0270"
|
||||||
},
|
},
|
||||||
"execution_count": 5,
|
"execution_count": 5,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -313,7 +313,7 @@
|
|||||||
"base_uri": "https://localhost:8080/",
|
"base_uri": "https://localhost:8080/",
|
||||||
"height": 34
|
"height": 34
|
||||||
},
|
},
|
||||||
"outputId": "9c7be773-00ef-4aef-b05f-41422c295926"
|
"outputId": "349c76f5-c039-46e3-e73b-7582e21e2f23"
|
||||||
},
|
},
|
||||||
"execution_count": 6,
|
"execution_count": 6,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -321,7 +321,7 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"https://yro7e3q4cuk-496ff2e9c6d22116-13479-colab.googleusercontent.com/front/?colab=true\n"
|
"https://pedza0b09p-496ff2e9c6d22116-12113-colab.googleusercontent.com/front/?colab=true\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user