"test/torchaudio_unittest/kaldi_compatibility_impl.py" did not exist on "ddb8577d8ca1fe9949a94f4a0d2b3328cb2a471b"
Commit c3b40173 authored by lintang's avatar lintang
Browse files

edit to remove bootstrapping for faster inference

parent 7385e116
...@@ -457,6 +457,7 @@ class _bootstrap_internal: ...@@ -457,6 +457,7 @@ class _bootstrap_internal:
def bootstrap_stderr(f, xs, iters): def bootstrap_stderr(f, xs, iters):
return 0
import multiprocessing as mp import multiprocessing as mp
pool = mp.Pool(mp.cpu_count()) pool = mp.Pool(mp.cpu_count())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment