Update MMVCTrainerFrontendDemo.ipynb

monotonic_alignのコンパイル処理を追加
This commit is contained in:
Srgr0 2022-12-10 17:58:35 +09:00 committed by GitHub
parent 5c9767a3e9
commit f592561521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,10 @@
"!pip install websockets &> /dev/null\n", "!pip install websockets &> /dev/null\n",
"!pip install pyOpenSSL &> /dev/null\n", "!pip install pyOpenSSL &> /dev/null\n",
"!pip install pyopenjtalk==0.2.0 &> /dev/null\n" "!pip install pyopenjtalk==0.2.0 &> /dev/null\n"
"\n",
"%cd MMVC_Trainer/monotonic_align/\n",
"!python setup.py build_ext --inplace\n",
"%cd ../../"
], ],
"metadata": { "metadata": {
"id": "LwZAAuqxX7yY" "id": "LwZAAuqxX7yY"
@ -290,4 +294,4 @@
] ]
} }
] ]
} }