Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Os2s package #534

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Os2s package #534

wants to merge 8 commits into from

Commits on Dec 16, 2019

  1. Fixed finetuning (with load_model parameter)

    Signed-off-by: Vitaly Lavrukhin <Vitaly Lavrukhin>
    Signed-off-by: Praveen Puglia <[email protected]>
    Vitaly Lavrukhin authored and praveenpuglia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    971db66 View commit details
    Browse the repository at this point in the history
  2. Updated ctc_decoder_with_lm to upstream TF

    Signed-off-by: Vitaly Lavrukhin <[email protected]>
    Signed-off-by: Praveen Puglia <[email protected]>
    vsl9 authored and praveenpuglia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b5aa5fb View commit details
    Browse the repository at this point in the history
  3. Add infer and train_params from CLI.

    eg:
    python run.py \
    --config_file=example_configs/speech2text/jasper10x5_LibriSpeech_nvgrad.py \
    --mode=infer \
    --infer_dataset=/Users/gouthampratapa/work/OpenSeq2Seq/infer.csv
    
    python run.py \
    --config_file=example_configs/speech2text/jasper10x5_LibriSpeech_nvgrad.py \
    --mode=train_eval \
    --train_dataset=/Users/gouthampratapa/work/OpenSeq2Seq/train_v1.csv /Users/gouthampratapa/work/OpenSeq2Seq/train_v2.csv
    
    Signed-off-by: Praveen Puglia <[email protected]>
    Goutham Pratapa authored and praveenpuglia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    3832a2c View commit details
    Browse the repository at this point in the history
  4. chunk processing of logits

    Signed-off-by: Praveen Puglia <[email protected]>
    aayushkubb authored and praveenpuglia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    f43b706 View commit details
    Browse the repository at this point in the history
  5. add greedy only and greedy plus lm output

    Signed-off-by: Praveen Puglia <[email protected]>
    aayushkubb authored and praveenpuglia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    d82b4e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Merge pull request #3 from VoiceZen/args_options

    Args options and add options for greedy and lm
    pratapaprasanna committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    430857c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Update README.md

    aayushkubb committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    304a8c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    27a1c95 View commit details
    Browse the repository at this point in the history