モデルによって音声合成の中でどこまでの仕事を担当しているかが異なる。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy | |
import chainer | |
from chainer import configuration | |
from chainer import cuda | |
from chainer import functions | |
from chainer import initializers | |
from chainer import link | |
from chainer.utils import argument | |
from chainer import variable |
$ sudo apt install pigz
$ tar -I pigz -cf ${TARGET}.tar.gz ${SOURCE}
コア数の数だけスレッドが立つが、たいてい、ディスクが間に合ってないのでSSD、nvmeなどを使う