lifeiteng / vall-e

PyTorch implementation of VALL-E(Zero-Shot Text-To-Speech), Reproduced Demo https://lifeiteng.github.io/valle/index.html
https://lifeiteng.github.io/valle/index.html
Apache License 2.0
1.99k stars 320 forks source link

[bin] fix traniner.py help message #138

Closed aslin3 closed 1 year ago

aslin3 commented 1 year ago

bin/trainer.py -h cannot show help message, As the help string supports %-formatting, if you want a literal % to appear in the help string, you must escape it as %%. ref: https://docs.python.org/3/library/argparse.html?highlight=add_argument#help