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

Args options #520

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

Args options #520

wants to merge 5 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 <praveenpuglia@gmail.com>
    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 <vlavrukhin@nvidia.com>
    Signed-off-by: Praveen Puglia <praveenpuglia@gmail.com>
    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 <praveenpuglia@gmail.com>
    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 <praveenpuglia@gmail.com>
    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 <praveenpuglia@gmail.com>
    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