mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
commit
fe8f828d25
@ -6,7 +6,7 @@
|
|||||||
"name": "VoiceChangerDemo",
|
"name": "VoiceChangerDemo",
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"collapsed_sections": [],
|
"collapsed_sections": [],
|
||||||
"authorship_tag": "ABX9TyPgTZqyNueJKS2mFsp/FPoz",
|
"authorship_tag": "ABX9TyMftRLeDlARaCwr4ncwk9vN",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@ -77,7 +77,7 @@
|
|||||||
"id": "vV1t7PBRm-o6",
|
"id": "vV1t7PBRm-o6",
|
||||||
"outputId": "465f78ad-bff5-434d-899e-9c426fe025a1"
|
"outputId": "465f78ad-bff5-434d-899e-9c426fe025a1"
|
||||||
},
|
},
|
||||||
"execution_count": 1,
|
"execution_count": null,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -130,12 +130,12 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "nSXATMWYb4Ik"
|
"id": "nSXATMWYb4Ik"
|
||||||
},
|
},
|
||||||
"execution_count": 2,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": null,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
@ -183,7 +183,7 @@
|
|||||||
"id": "86wTFmqsNMnD",
|
"id": "86wTFmqsNMnD",
|
||||||
"outputId": "d654db02-02e7-4305-d538-5b3d977b3cbd"
|
"outputId": "d654db02-02e7-4305-d538-5b3d977b3cbd"
|
||||||
},
|
},
|
||||||
"execution_count": 4,
|
"execution_count": null,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -237,7 +237,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "Bn4kV8TgXp8i"
|
"id": "Bn4kV8TgXp8i"
|
||||||
},
|
},
|
||||||
"execution_count": 5,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -253,7 +253,7 @@
|
|||||||
"id": "pjxPsOOaXXTj",
|
"id": "pjxPsOOaXXTj",
|
||||||
"outputId": "dd627fc2-35ee-4c45-ac1a-4fd1095f9a12"
|
"outputId": "dd627fc2-35ee-4c45-ac1a-4fd1095f9a12"
|
||||||
},
|
},
|
||||||
"execution_count": 6,
|
"execution_count": null,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -357,7 +357,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "LwZAAuqxX7yY"
|
"id": "LwZAAuqxX7yY"
|
||||||
},
|
},
|
||||||
"execution_count": 7,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -402,13 +402,13 @@
|
|||||||
"PORT = 10000 + random.randint(1, 9999)\n",
|
"PORT = 10000 + random.randint(1, 9999)\n",
|
||||||
"LOG_FILE = f\"LOG_FILE_{PORT}\"\n",
|
"LOG_FILE = f\"LOG_FILE_{PORT}\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"get_ipython().system_raw(f'python3 MMVCServerSIO.py -p {PORT} -c {CONFIG} -m {MODEL} --colab True >{LOG_FILE} 2>&1 &')\n",
|
"get_ipython().system_raw(f'python3 MMVCServerSIO.py -t MMVC -p {PORT} -c {CONFIG} -m {MODEL} --colab True >{LOG_FILE} 2>&1 &')\n",
|
||||||
"#print(f\"PORT:{PORT}, LOG_FILE:{LOG_FILE}\")"
|
"#print(f\"PORT:{PORT}, LOG_FILE:{LOG_FILE}\")"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "iNOAB7zISI6J"
|
"id": "iNOAB7zISI6J"
|
||||||
},
|
},
|
||||||
"execution_count": 12,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -424,7 +424,7 @@
|
|||||||
"id": "chu06KpAjEK6",
|
"id": "chu06KpAjEK6",
|
||||||
"outputId": "b5047905-b210-45d2-8fef-3dabebc3e7bb"
|
"outputId": "b5047905-b210-45d2-8fef-3dabebc3e7bb"
|
||||||
},
|
},
|
||||||
"execution_count": 21,
|
"execution_count": null,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -475,7 +475,7 @@
|
|||||||
},
|
},
|
||||||
"outputId": "b86962da-b605-4a4c-cdc4-22337b6a589a"
|
"outputId": "b86962da-b605-4a4c-cdc4-22337b6a589a"
|
||||||
},
|
},
|
||||||
"execution_count": 22,
|
"execution_count": null,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"collapsed_sections": [],
|
"collapsed_sections": [],
|
||||||
"authorship_tag": "ABX9TyPHkUXX7kC4svX+S4RgL01E",
|
"authorship_tag": "ABX9TyP+8wuzHi5QO4OKLKxFI1U3",
|
||||||
"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": "04257175-7e0c-412b-cc99-fe0b54a2f8e3"
|
"outputId": "f4ca1ec9-f3d1-4460-9bba-037c8e64d52b"
|
||||||
},
|
},
|
||||||
"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 Nov 3 22:09:51 2022 \n",
|
"Sat Nov 12 04:19:23 2022 \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 61C P0 29W / 70W | 0MiB / 15109MiB | 0% Default |\n",
|
"| N/A 57C P8 10W / 70W | 0MiB / 15109MiB | 0% Default |\n",
|
||||||
"| | | N/A |\n",
|
"| | | N/A |\n",
|
||||||
"+-------------------------------+----------------------+----------------------+\n",
|
"+-------------------------------+----------------------+----------------------+\n",
|
||||||
" \n",
|
" \n",
|
||||||
@ -131,7 +131,7 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "86wTFmqsNMnD",
|
"id": "86wTFmqsNMnD",
|
||||||
"outputId": "6b3c5886-e66b-44bd-f98f-13c78615a024"
|
"outputId": "9de839b7-fea0-4a16-82b7-ebd10f72910e"
|
||||||
},
|
},
|
||||||
"execution_count": 2,
|
"execution_count": 2,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"remote: Counting objects: 100% (917/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: Compressing objects: 100% (828/828), done.\u001b[K\n",
|
||||||
"remote: Total 917 (delta 3), reused 888 (delta 0), pack-reused 0\u001b[K\n",
|
"remote: Total 917 (delta 3), reused 888 (delta 0), pack-reused 0\u001b[K\n",
|
||||||
"Receiving objects: 100% (917/917), 53.02 MiB | 27.84 MiB/s, done.\n",
|
"Receiving objects: 100% (917/917), 53.02 MiB | 17.83 MiB/s, done.\n",
|
||||||
"Resolving deltas: 100% (3/3), done.\n",
|
"Resolving deltas: 100% (3/3), done.\n",
|
||||||
"Note: checking out '39723b3243e0265b8802e020e4d4d90a4b8b65ee'.\n",
|
"Note: checking out '39723b3243e0265b8802e020e4d4d90a4b8b65ee'.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -158,11 +158,12 @@
|
|||||||
" git checkout -b <new-branch-name>\n",
|
" git checkout -b <new-branch-name>\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Cloning into 'voice-changer'...\n",
|
"Cloning into 'voice-changer'...\n",
|
||||||
"remote: Enumerating objects: 91, done.\u001b[K\n",
|
"remote: Enumerating objects: 108, done.\u001b[K\n",
|
||||||
"remote: Counting objects: 100% (91/91), done.\u001b[K\n",
|
"remote: Counting objects: 100% (108/108), done.\u001b[K\n",
|
||||||
"remote: Compressing objects: 100% (80/80), done.\u001b[K\n",
|
"remote: Compressing objects: 100% (93/93), done.\u001b[K\n",
|
||||||
"remote: Total 91 (delta 12), reused 54 (delta 3), pack-reused 0\u001b[K\n",
|
"remote: Total 108 (delta 15), reused 74 (delta 4), pack-reused 0\u001b[K\n",
|
||||||
"Unpacking objects: 100% (91/91), done.\n",
|
"Receiving objects: 100% (108/108), 18.80 MiB | 13.72 MiB/s, done.\n",
|
||||||
|
"Resolving deltas: 100% (15/15), done.\n",
|
||||||
"/content/voice-changer/demo\n"
|
"/content/voice-changer/demo\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -237,7 +238,7 @@
|
|||||||
"PORT = 10000 + random.randint(1, 9999)\n",
|
"PORT = 10000 + random.randint(1, 9999)\n",
|
||||||
"LOG_FILE = f\"LOG_FILE_{PORT}\"\n",
|
"LOG_FILE = f\"LOG_FILE_{PORT}\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"get_ipython().system_raw(f'python3 MMVCServerSIO.py -p {PORT} --colab True >{LOG_FILE} 2>&1 &')\n",
|
"get_ipython().system_raw(f'python3 MMVCServerSIO.py -t MMVC -p {PORT} --colab True >{LOG_FILE} 2>&1 &')\n",
|
||||||
"#print(f\"PORT:{PORT}, LOG_FILE:{LOG_FILE}\")"
|
"#print(f\"PORT:{PORT}, LOG_FILE:{LOG_FILE}\")"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
@ -258,9 +259,9 @@
|
|||||||
"base_uri": "https://localhost:8080/"
|
"base_uri": "https://localhost:8080/"
|
||||||
},
|
},
|
||||||
"id": "chu06KpAjEK6",
|
"id": "chu06KpAjEK6",
|
||||||
"outputId": "a23e2355-b387-4bf5-a067-3d79aa03e7ac"
|
"outputId": "46c5414c-d77a-41d7-bfcc-86551d2ef2cc"
|
||||||
},
|
},
|
||||||
"execution_count": 7,
|
"execution_count": 5,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
@ -304,7 +305,7 @@
|
|||||||
"base_uri": "https://localhost:8080/",
|
"base_uri": "https://localhost:8080/",
|
||||||
"height": 34
|
"height": 34
|
||||||
},
|
},
|
||||||
"outputId": "83ba90b4-49d8-473c-d167-41cdeeb51282"
|
"outputId": "5cc28647-e1ad-4014-a3d9-7841f460ae2e"
|
||||||
},
|
},
|
||||||
"execution_count": 6,
|
"execution_count": 6,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -312,7 +313,7 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"text": [
|
"text": [
|
||||||
"https://vpp0vprnr6q-496ff2e9c6d22116-16878-colab.googleusercontent.com/front/\n"
|
"https://i1lduji3vho-496ff2e9c6d22116-14965-colab.googleusercontent.com/front/\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -323,7 +324,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "axkt5BjhoiPV"
|
"id": "axkt5BjhoiPV"
|
||||||
},
|
},
|
||||||
"execution_count": 6,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user