huangyuxin
1ececba79b
fix requirement, test=doc
3 years ago
Jackwaterveg
c893d0d828
update the required version of yacs, test=doc_fix ( #1311 )
3 years ago
huangyuxin
ee305ad16c
add paddlenlp in requirements,test=doc_fix
3 years ago
TianYuan
675cff258b
[TTS]fix praatio version, test=tts ( #1158 )
...
* fix praatio version, test=tts
* fix praatio version, test=tts
3 years ago
KP
29da318379
Add audio classification cli.
3 years ago
huangyuxin
989aec4413
optimize the setup.py and setup.sh
3 years ago
Hui Zhang
7554b6107a
using visualdl; fix read_manifest
3 years ago
Jackwaterveg
13067281b3
Update the setup.py for paddlespeech ( #1009 )
3 years ago
huangyuxin
2f92a5d9a7
add conda init, use gcc 8.4.0
3 years ago
huangyuxin
e84690f6f0
add conda install pipline
3 years ago
Hui Zhang
1ae1ead80f
more install scripts
3 years ago
Hui Zhang
f0b0e68e1b
fix install
3 years ago
Hui Zhang
b878027c9a
format code
3 years ago
Hui Zhang
a107b75bac
transform; librispeech/s2 data process ok
3 years ago
Hui Zhang
6569ce123d
lm embed and format code
3 years ago
Hui Zhang
dfd80b3aa2
recog into decoders, format code
3 years ago
Hui Zhang
a4e27da64b
decoder with ctc prefix score
3 years ago
Hui Zhang
82120c5ca4
setup.py install cpp deps
3 years ago
Hui Zhang
86df36a158
tools make
3 years ago
Hui Zhang
ba28c92b41
setup with ubuntu deps
3 years ago
Hui Zhang
58fe852170
setup.py deps from requirements.txt
3 years ago
Hui Zhang
8977f1850e
close editdistance package format warning
3 years ago
Hui Zhang
251d32a609
fix timit scripts; reader filtype case;
3 years ago
Hui Zhang
238e2365a5
rm dupliate packages
3 years ago
Hui Zhang
3843372958
u2 with chianer updater
3 years ago
Hui Zhang
673cc4a081
seed all with log; and format
3 years ago
Hui Zhang
cfdca210ff
chaner style updater
3 years ago
Hui Zhang
782f6be42d
(D,T) to (T, D); time warp
3 years ago
Hui Zhang
8939994d75
refactor augmentation interface
3 years ago
Hui Zhang
981cecf72b
espnet loader test
3 years ago
Hui Zhang
cc813b18d3
fix install and format code
3 years ago
Hui Zhang
b3bc451328
remove sequnce_mask and change ds2 export audio shape to [B,T,D] ( #639 )
...
* remove sequnce_mask
* format
* fix ds2 export audio shape from B,D,T to B,T,D
4 years ago
Hui Zhang
0a7958b3f1
add tarball utils ( #626 )
4 years ago
Hui Zhang
0a3a840bee
more decoding method ( #618 )
...
* more decoding method
* all decode method test scripts; result readme
* exp libri confi
* parallel data scripts; more mask test; need pybind11 repo
* speed perturb config
* libri conf test set
4 years ago
Hui Zhang
c6ae9857f2
update doc ( #603 )
...
* fix doc format
* format doc
4 years ago
Hui Zhang
71e046b0ba
E2E/Streaming Transformer/Conformer ASR ( #578 )
...
* add cmvn and label smoothing loss layer
* add layer for transformer
* add glu and conformer conv
* add torch compatiable hack, mask funcs
* not hack size since it exists
* add test; attention
* add attention, common utils, hack paddle
* add audio utils
* conformer batch padding mask bug fix #223
* fix typo, python infer fix rnn mem opt name error and batchnorm1d, will be available at 2.0.2
* fix ci
* fix ci
* add encoder
* refactor egs
* add decoder
* refactor ctc, add ctc align, refactor ckpt, add warmup lr scheduler, cmvn utils
* refactor docs
* add fix
* fix readme
* fix bugs, refactor collator, add pad_sequence, fix ckpt bugs
* fix docstring
* refactor data feed order
* add u2 model
* refactor cmvn, test
* add utils
* add u2 config
* fix bugs
* fix bugs
* fix autograd maybe has problem when using inplace operation
* refactor data, build vocab; add format data
* fix text featurizer
* refactor build vocab
* add fbank, refactor feature of speech
* refactor audio feat
* refactor data preprare
* refactor data
* model init from config
* add u2 bins
* flake8
* can train
* fix bugs, add coverage, add scripts
* test can run
* fix data
* speed perturb with sox
* add spec aug
* fix for train
* fix train logitc
* fix logger
* log valid loss, time dataset process
* using np for speed perturb, remove some debug log of grad clip
* fix logger
* fix build vocab
* fix logger name
* using module logger as default
* fix
* fix install
* reorder imports
* fix board logger
* fix logger
* kaldi fbank and mfcc
* fix cmvn and print prarams
* fix add_eos_sos and cmvn
* fix cmvn compute
* fix logger and cmvn
* fix subsampling, label smoothing loss, remove useless
* add notebook test
* fix log
* fix tb logger
* multi gpu valid
* fix log
* fix log
* fix config
* fix compute cmvn, need paddle 2.1
* add cmvn notebook
* fix layer tools
* fix compute cmvn
* add rtf
* fix decoding
* fix layer tools
* fix log, add avg script
* more avg and test info
* fix dataset pickle problem; using 2.1 paddle; num_workers can > 0; ckpt save in exp dir;fix setup.sh;
* add vimrc
* refactor tiny script, add transformer and stream conf
* spm demo; librisppech scripts and confs
* fix log
* add librispeech scripts
* refactor data pipe; fix conf; fix u2 default params
* fix bugs
* refactor aishell scripts
* fix test
* fix cmvn
* fix s0 scripts
* fix ds2 scripts and bugs
* fix dev & test dataset filter
* fix dataset filter
* filter dev
* fix ckpt path
* filter test, since librispeech will cause OOM, but all test wer will be worse, since mismatch train with test
* add comment
* add syllable doc
* fix ds2 configs
* add doc
* add pypinyin tools
* fix decoder using blank_id=0
* mmseg with pybind11
* format code
4 years ago
Hui Zhang
1539f3e0a3
Refactor CTC module, add embedding and fix log ( #549 )
...
* add acts, refactor ctc, add pos embed
* fix export, dataloader time log
* fix egs
* fix libri readme
4 years ago
Hui Zhang
d7e753546a
Support paddle 2.x ( #538 )
...
* 2.x model
* model test pass
* fix data
* fix soundfile with flac support
* one thread dataloader test pass
* export feasture size
add trainer and utils
add setup model and dataloader
update travis using Bionic dist
* add venv; test under venv
* fix unittest; train and valid
* add train and config
* add config and train script
* fix ctc cuda memcopy error
* fix imports
* fix train valid log
* fix dataset batch shuffle shift start from 1
fix rank_zero_only decreator error
close tensorboard when train over
add decoding config and code
* test process can run
* test with decoding
* test and infer with decoding
* fix infer
* fix ctc loss
lr schedule
sortagrad
logger
* aishell egs
* refactor train
add aishell egs
* fix dataset batch shuffle and add batch sampler log
print model parameter
* fix model and ctc
* sequence_mask make all inputs zeros, which cause grad be zero, this is a bug of LessThanOp
add grad clip by global norm
add model train test notebook
* ctc loss
remove run prefix
using ord value as text id
* using unk when training
compute_loss need text ids
ord id using in test mode, which compute wer/cer
* fix tester
* add lr_deacy
refactor code
* fix tools
* fix ci
add tune
fix gru model bugs
add dataset and model test
* fix decoding
* refactor repo
fix decoding
* fix musan and rir dataset
* refactor io, loss, conv, rnn, gradclip, model, utils
* fix ci and import
* refactor model
add export jit model
* add deploy bin and test it
* rm uselss egs
* add layer tools
* refactor socket server
new model from pretrain
* remve useless
* fix instability loss and grad nan or inf for librispeech training
* fix sampler
* fix libri train.sh
* fix doc
* add license on cpp
* fix doc
* fix libri script
* fix install
* clip 5 wer 7.39, clip 400 wer 7.54, 1.8 clip 400 baseline 7.49
4 years ago
lfchener
d74f4ff3f5
update deepspeech to fluid api
5 years ago
Yibing Liu
d77eec2bfe
append some changes
7 years ago
Xinghai Sun
c0b3281e58
Remove pynput and pyaudio packages from requriements.txt and add installation tips to README.md.
7 years ago
Xinghai Sun
0ebf36b98f
Add a realtime ASR demo for users to test their own voice with mic.
7 years ago
Luo Tao
5e20dfd4fb
change the wget method in run.sh of deep_speech2
7 years ago
Luo Tao
e2f954f5e2
make kenlm install more robust
7 years ago
Luo Tao
c7676286ab
install libsndfile from /usr to thirdparty
7 years ago
Yibing Liu
ee5abbe37d
add mfcc feature for DS2
7 years ago
Yibing Liu
90d83bf739
resolve conflicts in requirements.txt
7 years ago
xushaoyong
7f2e7e1c2c
resolve conflict with setup.sh
7 years ago
Yibing Liu
26510f74a6
refine ctc_beam_search_decoder
7 years ago
yangyaming
6d6cdf4057
Refine SoundFile installation process.
...
1. Install libsndfile first.
2. Install SoundFile using pip.
7 years ago