Skip to content

Commit

Permalink
Colaboratory を使用して作成しました
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Nov 12, 2022
1 parent 8893891 commit ef3271d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions VoiceChangerDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "VoiceChangerDemo",
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyPgTZqyNueJKS2mFsp/FPoz",
"authorship_tag": "ABX9TyMftRLeDlARaCwr4ncwk9vN",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"id": "vV1t7PBRm-o6",
"outputId": "465f78ad-bff5-434d-899e-9c426fe025a1"
},
"execution_count": 1,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -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/"
Expand Down Expand Up @@ -183,7 +183,7 @@
"id": "86wTFmqsNMnD",
"outputId": "d654db02-02e7-4305-d538-5b3d977b3cbd"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -237,7 +237,7 @@
"metadata": {
"id": "Bn4kV8TgXp8i"
},
"execution_count": 5,
"execution_count": null,
"outputs": []
},
{
Expand All @@ -253,7 +253,7 @@
"id": "pjxPsOOaXXTj",
"outputId": "dd627fc2-35ee-4c45-ac1a-4fd1095f9a12"
},
"execution_count": 6,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -357,7 +357,7 @@
"metadata": {
"id": "LwZAAuqxX7yY"
},
"execution_count": 7,
"execution_count": null,
"outputs": []
},
{
Expand Down Expand Up @@ -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": []
},
{
Expand All @@ -424,7 +424,7 @@
"id": "chu06KpAjEK6",
"outputId": "b5047905-b210-45d2-8fef-3dabebc3e7bb"
},
"execution_count": 21,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -475,7 +475,7 @@
},
"outputId": "b86962da-b605-4a4c-cdc4-22337b6a589a"
},
"execution_count": 22,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
Expand Down

0 comments on commit ef3271d

Please sign in to comment.