Skip to content
View mutiann's full-sized avatar

Block or report mutiann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. idiap/translation-aided-slu idiap/translation-aided-slu Public

    Reference code for the paper The Interpreter Understands Your Meaning: End-to-end Spoken Language Understanding Aided by Speech Translation.

    Python 1

  2. neural-lexicon-reader neural-lexicon-reader Public

    Neural Lexicon Reader: Reduce Pronunciation Errors in End-to-end TTS by Leveraging External Textual Knowledge

    Python 19 3

  3. few-shot-transformer-tts few-shot-transformer-tts Public

    Byte-based multilingual transformer TTS for low-resource/few-shot language adaptation.

    Python 89 18

  4. HKUST-KnowComp/atomic-conceptualization HKUST-KnowComp/atomic-conceptualization Public

    Code and data for the paper Acquiring and Modelling Abstract Commonsense Knowledge via Conceptualization

    Python 24 1

  5. speech_rankings speech_rankings Public

    A CSRankings-like index for speech researchers

    Python 30 2

  6. Stepwise Monotonic Attention Stepwise Monotonic Attention
    1
    '''
    2
    Implementation for https://arxiv.org/abs/1906.00672
    3
    4
    Tips: The code could be directly used in place of BadahnauMonotonicAttention in Tensorflow codes. Similar to its 
    5
    base class in the Tensorflow seq2seq codebase,  you may use "hard" for hard inference, or "parallel" for training or