notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Results 7 notebook issues
Sort by recently updated
recently updated
newest added

Sir, may you give a tutorial from basic to non-english dataset? Thank you

can you tell me about"git checkout c0466d9a356c1a33f671a546426d7bc33b5b17e8".what is "c0466d9a356c1a33f671a546426d7bc33b5b17e8"

AttributeError Traceback (most recent call last) in () ----> 1 from espnet2.bin.tts_inference import Text2Speech 2 from espnet2.utils.types import str_or_none 3 4 text2speech = Text2Speech.from_pretrained( 5 model_tag=str_or_none(tag), 9 frames /usr/local/lib/python3.7/dist-packages/nltk/tokenize/casual.py in...

Hi - I am looking for an example notebook where I want to train an ASR on a dataset such as TIMIT using ESPnet2 library calls. The data preparation is...

Hi - In selecting my own reference speech (Not speakers from list of X-Vectors), I would require embedding my own selected speech. How do I get this embedding which is...

Hi, ESPnet is really an impressive toolkit, and I am trying to run the [`asr_library.ipynb` ](https://github.com/espnet/notebook/blob/master/asr_library.ipynb) on colab. However, during installation, I run into this problem: ``` tar: ./ubuntu16-featbin.tar.gz: Cannot...