Commit Graph

79 Commits (3f99a4ddeb104cd0745e7762c107bc88a9980b93)

Author SHA1 Message Date
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 #154 from loongw/fix148
6 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 #444 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.
7 years ago
Xinghai Sun 81207201da Fix a bug in running tools/compute_meanstd.py with seqbin data.
7 years ago
Xinghai Sun 2e5e9b8c11 Turn on rnn_use_batch of Paddle for accelartion.
7 years ago
Xinghai Sun 8e5c2eb969 Update by following reviewer's comments for pull request #355.
7 years ago
Xinghai Sun be1fbc68a1 Set process daemon property and reset default value of num_proc_data arguments.
7 years ago
Xinghai Sun 64ab19c165 Add multiprocess version of xmap_reader to speedup training.
7 years ago
Yibing Liu 37a29bf181 fix the core dump bug of DS2's training in docker
7 years ago
lispczz 0dcf13f0fc fix a deep speech 2 speed bug
7 years ago
yangyaming e9a42044f5 Add data preparing for Aishell.
7 years ago
yangyaming d1420d121e Extract common utility functions.
7 years ago
Xinghai Sun 0bbb9c3ee2 Re-organize folder structure and hierarchy for DS2.
7 years ago
Cao Ying 8989c3acdf Merge pull request #202 from wanghaoshuang/fix_ds2_variable
7 years ago
yangyaming be37b03f0c Fix a typo caused exception for audio_featurizer.py.
7 years ago
wanghaoshuang 4b26bf620c Rename self.local_data to self._local_data in class DataGenerator.
7 years ago
wanghaoshuang 19824a8d98 Move local data from global into class DataGenerator.
7 years ago
wanghaoshuang e9baaa8613 Fix some syntax errors.
7 years ago
wanghaoshuang 08a6d07811 remove binary files
7 years ago
wanghaoshuang 0bc9996633 Merge branch 'ds2_pcloud' of https://github.com/wanghaoshuang/models into ds2_pcloud
7 years ago
wanghaoshuang 7e9daa32b7 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
7 years ago
wanghaoshuang c00db21e69 Implement uploading data to PaddleCloud
7 years ago
Yibing Liu 43c483d1b9 Merge pull request #192 from kuke/mfcc_simplify_dev
7 years ago
Yibing Liu 98f0b6d02d update the mfcc computation in DS2
7 years ago
whs 9285551de4 Merge branch 'develop' into ds2_pcloud
7 years ago
yangyaming 14d2fb795c Unify encoding to 'utf-8' and optimize error rate calculation.
7 years ago
Xinghai Sun 1b787411d3 Update noise and impulse augmentor according to code review.
7 years ago
Xinghai Sun 99e819e8ea Add ImpulseResponseAugmentor and augmentation.config file.
7 years ago
Xinghai Sun ad82c87712 Add NoisePerturbAugmentor and CHiME3 data preparation.
7 years ago
Xinghai Sun 961f6a2963 Accelerate mfcc computation for DS2.
7 years ago
Xinghai Sun 6df0f9bc44 Reset default multi-thread/process number to half of cpu count() for speedup.
7 years ago
Xinghai Sun cb9370f308 Add warming-up to demo_server.py for DS2 and clean codes.
7 years ago
Xinghai Sun 0ebf36b98f Add a realtime ASR demo for users to test their own voice with mic.
7 years ago
wanghaoshuang 9fa9a352ac Refine submitting scripts for deepspeech2 on paddle cloud.
7 years ago
wanghaoshuang bbe47a4318 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
7 years ago
Yibing Liu ee5abbe37d add mfcc feature for DS2
7 years ago