Kavin Ruengprateepsang

Results 4 issues of Kavin Ruengprateepsang

Currently, parser class and the namespace object are the same type and object. ```python from tap import Tap class SimpleArgumentParser(Tap): name: str language: str = 'Python' args: SimpleArgumentParser = SimpleArgumentParser().parse_args()...

question

It'd be nice to have parallel sequence to represent parallel execution container for cpu- and/or io-bound function ```python ys = xs.map(compute) ``` Example syntax I can suggest is from Scala...

enhancement

### Description Add English quote from [Eighty Six novel series](https://en.wikipedia.org/wiki/86_(novel_series))

waiting for update
frontend
assets

What's the expected number of steps to achieve a similar result to the pre-trained model of multi-speaker settings (LRW)? The default steps in train.py is 2,000,000.