diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 16:06:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-23 16:06:53 +0200 |
| commit | 3ac6f511a88ca639cdb96017882157bd74e99b9b (patch) | |
| tree | 4408ce3543a77635a0d1af0c4a2b8761ca07fcd1 /NOTES | |
| parent | 6c34feb53b18c45829ff001edca2b6fa306c1429 (diff) | |
superres
Diffstat (limited to 'NOTES')
| -rw-r--r-- | NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -104,6 +104,12 @@ parser.add_argument('-iwd', '--input_wave_directory', type=Path, parser.add_argument('-g', '--gpu', type=int) +# VOICE TRANSFORM + +PYTHONPATH=`pwd` /home/spawn/.virtualenv/yukarin/bin/python scripts/process.py \ + --conv_model_directory /home/spawn/code/become-yukarin/data/mat-holly-24000/conversion-net/pp-el8-mat-2-holly/ \ + --sr_model_directory /home/spawn/code/become-yukarin/data/holly-24000/net/ \ + --gpu 0 mkdir all |
