poor1017

Results 15 issues of poor1017

Hi I found the output logit have some delay, how to solve this. Tensorflow builtin ctc has a parameter 'output_delay_', can I get the similar parameter in this project? Thanks!

Hi @mostafaelaraby Thank you for your project! What do you mean by Language model for CTC? Thanks!

Hi I can not speed up training with DDP for `recipes/WHAMandWHAMR/enhancement/train.py`. My DDP command line is: ``` python3 -m torch.distributed.launch --nproc_per_node=4 --master_port 6666 train.py hparams/sepformer-whamr-16k-DM.yaml --data_folder /workspace/cpfs-data/Workstations/speechbrain/recipes/WHAMandWHAMR/data/whamr --base_folder_dm /workspace/cpfs-data/Data/wham/wsj0/si_tr_s/ --rir_path...

There is a function member `AddBabble` in `speechbrain.lobes.augment.EnvCorrupt`, but it does not work. Because in `DataPipeline`, audio data loading is processed one by one, while `AddBabble` need a batch of...

wontfix

I tried to install clif with "./install_clif.sh", but got this error: `-- Constructing LLVMBuild project information -- Targeting X86 CMake Warning at tools/clang/CMakeLists.txt:189 (find_package): By not providing "FindZ3.cmake" in CMAKE_MODULE_PATH...

Hi If I donot want to convert idiom such as “三七二十一”,what should I do to support this? thanks

I use webdataset in SpeechBrain. And I found there are 2 cases the process will hang in DDP training: 1. `num_workers` is set too large, set it to 1 is...

bug

**Describe the bug** I need export a torch model which consists of vgg and rnn into tensorflow. For this purpose I use PyTorch —> ONNX —> Tensorflow approach. However, I...

Hi I found the output logit have some delay, how to solve this. Tensorflow builtin ctc has a parameter 'output_delay_', can I get the similar parameter in this project? Thanks!

Hi After 200 epoches training, I can get only 2.20 PESQ, not 2.84 PESQ as README mentioned. Has any one can repeat this result?