徐锐

Results 9 comments of 徐锐

When I use the running script(run.sh) of aishell2 in Kaldi's egs, I get an error when I run it to steps/online/nnet2/train_ivector_extractor.sh, and the log file says cholesky decomposition failed. Maybe...

> Sometimes that error is harmless, anyway it's quite generic, would need to see more info (e.g. more of the log). > […](#) > On Tue, Sep 22, 2020 at...

> You should learn to paste as text. My guess is that probably you ran out of memory, that part can use up a great deal of memory. You could...

> Likely something in your system is printing 'BLAS' to stdout every time a shell is created, e.g. in one of your .xxxrc files. Either that or (somehow) when a...

> @shayxurui have you solve it? no, i give up

mAP: 0.40963824871843535 how to improve the accuracy

hello,friend. thanks for share ur code. i meet same KeyError,just as Onoto has meet. and i have checked the imageDirs and boundingBoxFiles,everything is unmodified,and unzip the dataset to designated folder....

to solve this problem , you need to modify those code: if boundingBoxFiles is not None: basename = path.basename(filenamesInDir[j]) boundingBoxes.append(boundingBoxDict[basename]) to: if boundingBoxFiles is not None: basename = path.basename(filenamesInDir[j]) basename=bytes(basename,encoding='utf-8')...