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

This commit is contained in:
w-okada 2022-11-12 13:23:29 +09:00
parent 8893891531
commit ef3271dc37

View File

@ -6,7 +6,7 @@
"name": "VoiceChangerDemo",
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyPgTZqyNueJKS2mFsp/FPoz",
"authorship_tag": "ABX9TyMftRLeDlARaCwr4ncwk9vN",
"include_colab_link": true
},
"kernelspec": {
@ -77,7 +77,7 @@
"id": "vV1t7PBRm-o6",
"outputId": "465f78ad-bff5-434d-899e-9c426fe025a1"
},
"execution_count": 1,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
@ -130,12 +130,12 @@
"metadata": {
"id": "nSXATMWYb4Ik"
},
"execution_count": 2,
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
@ -183,7 +183,7 @@
"id": "86wTFmqsNMnD",
"outputId": "d654db02-02e7-4305-d538-5b3d977b3cbd"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
@ -237,7 +237,7 @@
"metadata": {
"id": "Bn4kV8TgXp8i"
},
"execution_count": 5,
"execution_count": null,
"outputs": []
},
{
@ -253,7 +253,7 @@
"id": "pjxPsOOaXXTj",
"outputId": "dd627fc2-35ee-4c45-ac1a-4fd1095f9a12"
},
"execution_count": 6,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
@ -357,7 +357,7 @@
"metadata": {
"id": "LwZAAuqxX7yY"
},
"execution_count": 7,
"execution_count": null,
"outputs": []
},
{
@ -402,13 +402,13 @@
"PORT = 10000 + random.randint(1, 9999)\n",
"LOG_FILE = f\"LOG_FILE_{PORT}\"\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}\")"
],
"metadata": {
"id": "iNOAB7zISI6J"
},
"execution_count": 12,
"execution_count": null,
"outputs": []
},
{
@ -424,7 +424,7 @@
"id": "chu06KpAjEK6",
"outputId": "b5047905-b210-45d2-8fef-3dabebc3e7bb"
},
"execution_count": 21,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
@ -475,7 +475,7 @@
},
"outputId": "b86962da-b605-4a4c-cdc4-22337b6a589a"
},
"execution_count": 22,
"execution_count": null,
"outputs": [
{
"output_type": "stream",