Skip to content

Commit

Permalink
Colaboratory を使用して作成しました
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jan 12, 2023
1 parent 19de68e commit ec2f254
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions VoiceChangerDemo_Simple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyP/3QiGmJfI/yvB8/t/WTXG",
"authorship_tag": "ABX9TyP+LenGtlXFGimgObzNvgqS",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -73,15 +73,15 @@
"base_uri": "https://localhost:8080/"
},
"id": "vV1t7PBRm-o6",
"outputId": "cd968cbb-6749-4d64-c524-364bbccfbaaf"
"outputId": "85aaa5ec-0fc9-4433-96f3-5086c17e5ba1"
},
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Thu Jan 12 08:49:28 2023 \n",
"Thu Jan 12 14:48:08 2023 \n",
"+-----------------------------------------------------------------------------+\n",
"| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |\n",
"|-------------------------------+----------------------+----------------------+\n",
Expand Down Expand Up @@ -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.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",
"!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"
Expand All @@ -129,7 +129,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "86wTFmqsNMnD",
"outputId": "3f06a785-7b24-4a9c-af9c-6eac5d155501"
"outputId": "27ad5458-3aee-4a05-945a-5b66fd603a8d"
},
"execution_count": 2,
"outputs": [
Expand All @@ -141,16 +141,16 @@
"remote: Enumerating objects: 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: Total 143 (delta 21), reused 57 (delta 5), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (143/143), 1.51 MiB | 3.74 MiB/s, done.\n",
"Resolving deltas: 100% (21/21), done.\n",
"remote: Total 143 (delta 20), reused 62 (delta 5), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (143/143), 1.52 MiB | 4.30 MiB/s, done.\n",
"Resolving deltas: 100% (20/20), done.\n",
"/content/voice-changer/server\n",
"Cloning into 'MMVC_Trainer'...\n",
"remote: Enumerating objects: 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: 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",
"Note: checking out 'f17c8c57d1ab7512633e6c57521f1eef6851bd0e'.\n",
"\n",
Expand Down Expand Up @@ -268,7 +268,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "chu06KpAjEK6",
"outputId": "b0efbfea-cfce-427b-bb0e-1d2c5b07f298"
"outputId": "a4c8aea1-4193-4bb2-c128-3ed6d55e0270"
},
"execution_count": 5,
"outputs": [
Expand Down Expand Up @@ -313,15 +313,15 @@
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "9c7be773-00ef-4aef-b05f-41422c295926"
"outputId": "349c76f5-c039-46e3-e73b-7582e21e2f23"
},
"execution_count": 6,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"https://yro7e3q4cuk-496ff2e9c6d22116-13479-colab.googleusercontent.com/front/?colab=true\n"
"https://pedza0b09p-496ff2e9c6d22116-12113-colab.googleusercontent.com/front/?colab=true\n"
]
}
]
Expand Down

0 comments on commit ec2f254

Please sign in to comment.