Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWangX committed Jul 22, 2020
1 parent e5737d7 commit c5152e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ $: source ../../env.sh
$: bash 00_demo.sh
```

You may also put the job to background rather wait for the job on terminal.
```
# run
$: bash 00_demo.sh > log_batch 2>&1 &
```



The above steps will download the CMU-arctic data, run waveform generation using a pre-trained model, and train a new model (which may take 1 day or more on Nvidia V100 GPU).

### Notes
Expand Down

0 comments on commit c5152e9

Please sign in to comment.