Merge branch 'dev' of github.com:w-okada/voice-changer into dev

This commit is contained in:
wataru 2022-12-09 05:21:52 +09:00
commit fef7071e89

View File

@ -4,7 +4,7 @@
"metadata": { "metadata": {
"colab": { "colab": {
"provenance": [], "provenance": [],
"authorship_tag": "ABX9TyOL/hH+LGuhA9XalSAtP6Ya", "authorship_tag": "ABX9TyOpH+SznNefZ9FA23BSII8H",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@ -31,10 +31,10 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"Voice Changer Simple (デモ版)\n", "MMVCプレイヤー超簡単版\n",
"---\n", "---\n",
"\n", "\n",
"このノートはVoice ChangerをColab上で動かすデモ版です。\n", "このノートはColab上でMMVCのボイチェンを行うートです。\n",
"\n", "\n",
"正式版はローカルPCのDocker上で動かすアプリケーションです。\n", "正式版はローカルPCのDocker上で動かすアプリケーションです。\n",
"\n", "\n",
@ -73,7 +73,7 @@
"base_uri": "https://localhost:8080/" "base_uri": "https://localhost:8080/"
}, },
"id": "vV1t7PBRm-o6", "id": "vV1t7PBRm-o6",
"outputId": "f5fde405-cace-4c0e-a8b0-ff8833f8095c" "outputId": "0cf7f0ea-116e-452d-b1fd-4e8febe9ac74"
}, },
"execution_count": 1, "execution_count": 1,
"outputs": [ "outputs": [
@ -81,7 +81,7 @@
"output_type": "stream", "output_type": "stream",
"name": "stdout", "name": "stdout",
"text": [ "text": [
"Sat Dec 3 11:03:06 2022 \n", "Sun Dec 4 12:49:59 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",
@ -90,7 +90,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 67C P0 30W / 70W | 0MiB / 15109MiB | 0% Default |\n", "| N/A 36C P0 24W / 70W | 0MiB / 15109MiB | 0% Default |\n",
"| | | N/A |\n", "| | | N/A |\n",
"+-------------------------------+----------------------+----------------------+\n", "+-------------------------------+----------------------+----------------------+\n",
" \n", " \n",
@ -133,7 +133,7 @@
"base_uri": "https://localhost:8080/" "base_uri": "https://localhost:8080/"
}, },
"id": "86wTFmqsNMnD", "id": "86wTFmqsNMnD",
"outputId": "49cfcf63-30cd-4070-9077-3092e24118cd" "outputId": "456953e7-9fbe-47ca-dbca-7d8522501ce4"
}, },
"execution_count": 2, "execution_count": 2,
"outputs": [ "outputs": [
@ -146,7 +146,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 | 36.37 MiB/s, done.\n", "Receiving objects: 100% (917/917), 53.02 MiB | 16.70 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",
@ -163,8 +163,8 @@
"remote: Enumerating objects: 108, done.\u001b[K\n", "remote: Enumerating objects: 108, done.\u001b[K\n",
"remote: Counting objects: 100% (108/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: Compressing objects: 100% (94/94), done.\u001b[K\n",
"remote: Total 108 (delta 15), reused 74 (delta 3), pack-reused 0\u001b[K\n", "remote: Total 108 (delta 15), reused 73 (delta 3), pack-reused 0\u001b[K\n",
"Receiving objects: 100% (108/108), 18.79 MiB | 21.22 MiB/s, done.\n", "Receiving objects: 100% (108/108), 18.79 MiB | 13.48 MiB/s, done.\n",
"Resolving deltas: 100% (15/15), done.\n", "Resolving deltas: 100% (15/15), done.\n",
"/MMVC_Trainer/monotonic_align\n", "/MMVC_Trainer/monotonic_align\n",
"/content/voice-changer/demo\n" "/content/voice-changer/demo\n"
@ -254,7 +254,7 @@
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# (4-2) サーバの起動確認\n", "# (4-2) サーバの起動確認\n",
"!sleep 10\n", "!sleep 30\n",
"!tail -20 {LOG_FILE}" "!tail -20 {LOG_FILE}"
], ],
"metadata": { "metadata": {
@ -262,7 +262,7 @@
"base_uri": "https://localhost:8080/" "base_uri": "https://localhost:8080/"
}, },
"id": "chu06KpAjEK6", "id": "chu06KpAjEK6",
"outputId": "29fbc8d9-e24a-4964-db98-843ab0d5786a" "outputId": "99777466-97a4-409f-e4de-9aeacf8d177e"
}, },
"execution_count": 7, "execution_count": 7,
"outputs": [ "outputs": [
@ -308,15 +308,15 @@
"base_uri": "https://localhost:8080/", "base_uri": "https://localhost:8080/",
"height": 34 "height": 34
}, },
"outputId": "0ad91439-9b92-47a6-9c91-c8d0c3d0f8b8" "outputId": "60b631dd-65d3-4c40-89d3-27c98b3abd72"
}, },
"execution_count": 8, "execution_count": 6,
"outputs": [ "outputs": [
{ {
"output_type": "stream", "output_type": "stream",
"name": "stdout", "name": "stdout",
"text": [ "text": [
"https://wpvi4988vnk-496ff2e9c6d22116-14764-colab.googleusercontent.com/front/\n" "https://lzi676etq7d-496ff2e9c6d22116-14933-colab.googleusercontent.com/front/\n"
] ]
} }
] ]
@ -327,7 +327,7 @@
"metadata": { "metadata": {
"id": "axkt5BjhoiPV" "id": "axkt5BjhoiPV"
}, },
"execution_count": null, "execution_count": 6,
"outputs": [] "outputs": []
} }
] ]