Browse Source

running inference script

master
alokprasad 4 years ago
parent
commit
85470b258e
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      FastSpeech/run_inference.sh
  2. +1
    -0
      SqueezeWave/run_inference.sh

+ 1
- 0
FastSpeech/run_inference.sh View File

@ -0,0 +1 @@
taskset --cpu-list 0 python3 synthesis.py

+ 1
- 0
SqueezeWave/run_inference.sh View File

@ -0,0 +1 @@
taskset --cpu-list 0 python3 inference.py -f <(ls mel_spectrograms/*.pt) -w SqueezeWave.pt -o . -s 0.6

Loading…
Cancel
Save