attention-lvcsr icon indicating copy to clipboard operation
attention-lvcsr copied to clipboard

End-to-End Attention-Based Large Vocabulary Speech Recognition

Results 12 attention-lvcsr issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.9.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Hello I am a newbie in deeplearning research and am exploring attention based architectures. I tried to follow the instructions provided to install and run the experiment for "End-to-End Attention-based...

Hi,i'm a beginner and read the paper.but I got confused in the step “First, run prepare data part from the WSJ recipe.” I don't kown how to do it,have some...

Hello, I tried to decode CE model with LM, but I got an error like below. (When I decode CE model without LM, it works well.) # - MODEL=wsj_paper7 -...

Hello, I have an issue when I tried to decode the model for TLE. export THEANO_FLAGS=mode=FAST_RUN,device=gpu3,floatX=float32; $LVSR/exp/wsj/decode_tle.sh wsj_reward6 test 200 Here is the log: - MODEL=wsj_reward6 - PART=test - BEAM_SIZE=200...

Hi, can we get a complete working example as timit, my system is very small and i want to check it on timit dataset and then try with wsj

Dear Dzmitry I have a problem installing lvcsr. I followed the instruction installed all the dependencies. But while I am runnng python setup.py install in the attention-lvcsr/ it gives a...

$LVSR/exp/wsj/decode.sh wsj_paper6 in decode.sh, three parameters should be given.....while only 2 parameters appear in command.