Commit Graph

84 Commits (141109b49d08a01fa7232fcd073ad163b24a7a06)

Author SHA1 Message Date
Hui Zhang ba7cf0782e add copyright 4 years ago
Hui Zhang 7779fe0db0 fix issue 70 4 years ago
Hui Zhang 126677a35c support py3 4 years ago
Hui Zhang 71f37a8a90 add loss package 4 years ago
Hui Zhang dc56c11de0 remove useless comma 4 years ago
lfchener bf5f7cebb4 fix the bug in data.py 5 years ago
lfchener 5522621b46 fix the text_data dim to fit the dim check in paddle develop version 5 years ago
lfchener d89c3a48a7 unify api to 1.6 version and fix some problems 5 years ago
lfchener d74f4ff3f5 update deepspeech to fluid api 5 years ago
Yang yaming 0ad8918fc7
Merge pull request from loongw/fix148 7 years ago
loongw 59079f5c00 Cleanup worker processes every epoch end. 7 years ago
loongw a9ccc34a98 make process_utterance accept file object. 7 years ago
yangyaming d3dfc3dd23 Decouple data provider from model configuration. 7 years ago
lispc 23e4483069 fix a comment in audio_featurizer.py 7 years ago
yangyaming 20e225875c Simplify parallel part for data processing and fix abnormal exit. 7 years ago
yangyaming abbfa43b22 Add script for VoxForge data preparation. 7 years ago
Yang yaming 4913cba53c Merge pull request from pkuyym/fix-442 7 years ago
yangyaming f38d948193 Add more comments. 7 years ago
yangyaming a02b8f8084 Add clean callback. 7 years ago
yangyaming b3ebf3fd62 Support padding removing. 7 years ago
yangyaming a084394128 Add doc and adjust some codes. 7 years ago
yangyaming 39dbcb4dfb Give option to disable converting from transcription text to ids. 8 years ago
Xinghai Sun 81207201da Fix a bug in running tools/compute_meanstd.py with seqbin data. 8 years ago
Xinghai Sun 2e5e9b8c11 Turn on rnn_use_batch of Paddle for accelartion. 8 years ago
Xinghai Sun 8e5c2eb969 Update by following reviewer's comments for pull request . 8 years ago
Xinghai Sun be1fbc68a1 Set process daemon property and reset default value of num_proc_data arguments. 8 years ago
Xinghai Sun 64ab19c165 Add multiprocess version of xmap_reader to speedup training. 8 years ago
Yibing Liu 37a29bf181 fix the core dump bug of DS2's training in docker 8 years ago
lispczz 0dcf13f0fc fix a deep speech 2 speed bug 8 years ago
yangyaming e9a42044f5 Add data preparing for Aishell. 8 years ago
yangyaming d1420d121e Extract common utility functions. 8 years ago
Xinghai Sun 0bbb9c3ee2 Re-organize folder structure and hierarchy for DS2. 8 years ago
Cao Ying 8989c3acdf Merge pull request from wanghaoshuang/fix_ds2_variable 8 years ago
yangyaming be37b03f0c Fix a typo caused exception for audio_featurizer.py. 8 years ago
wanghaoshuang 4b26bf620c Rename self.local_data to self._local_data in class DataGenerator. 8 years ago
wanghaoshuang 19824a8d98 Move local data from global into class DataGenerator. 8 years ago
wanghaoshuang e9baaa8613 Fix some syntax errors. 8 years ago
wanghaoshuang 08a6d07811 remove binary files 8 years ago
wanghaoshuang 0bc9996633 Merge branch 'ds2_pcloud' of https://github.com/wanghaoshuang/models into ds2_pcloud 8 years ago
wanghaoshuang 7e9daa32b7 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud 8 years ago
wanghaoshuang c00db21e69 Implement uploading data to PaddleCloud 8 years ago
Yibing Liu 43c483d1b9 Merge pull request from kuke/mfcc_simplify_dev 8 years ago
Yibing Liu 98f0b6d02d update the mfcc computation in DS2 8 years ago
whs 9285551de4 Merge branch 'develop' into ds2_pcloud 8 years ago
yangyaming 14d2fb795c Unify encoding to 'utf-8' and optimize error rate calculation. 8 years ago
Xinghai Sun 1b787411d3 Update noise and impulse augmentor according to code review. 8 years ago
Xinghai Sun 99e819e8ea Add ImpulseResponseAugmentor and augmentation.config file. 8 years ago
Xinghai Sun ad82c87712 Add NoisePerturbAugmentor and CHiME3 data preparation. 8 years ago
Xinghai Sun 961f6a2963 Accelerate mfcc computation for DS2. 8 years ago
Xinghai Sun 6df0f9bc44 Reset default multi-thread/process number to half of cpu count() for speedup. 8 years ago