Hao Hao Tan

Results 19 comments of Hao Hao Tan

@rabitt thanks for reviewing! changes made as suggested

@rabitt faced a linter issue previously and I have pushed a change. Can you help reviewing once more? Thanks!

Is there any update on this issue? Or are there any alternatives w.r.t. SpecAugment? It seems like this project is not being actively maintained.

I find that this can be solved if the JVM max memory size is set in the Docker run flags, e.g. ``` docker run ... -e JAVA_OPTS="-Xms16G -Xmx16G" ... ```...

UPDATE: After some investigation, can confirm that https://github.com/microsoft/onnxruntime/issues/19584 is an individual machine issue (that machine is faulty and often overheated, which throws random errors at very high temperature (~100 celsius))....

How do you increase concurrency? Using `torch.multiprocessing`? Maybe you can share your code with concurrency included.

Observed similar issue here. May I ask if this has been fixed?

After studying I agree as you said, the `open_editor` approach might be our only best bet for now. Reason being the way how individual synth parses custom preset files +...

I faced similar issue regarding this `index_put` related issue, which gives a different output as compared to the Torch model. May I ask if there is a workaround for this...

Hi @ThibaultCastells, Thank you for all your detailed suggestions. My replies as follow: 1. `pann` should be loaded if not cached, thanks for raising that. I shall address this soon....