Umair Anis

Results 3 issues of Umair Anis

@sunke123 Thanks for your amazing work. I want to do inference on my custom dataset, please let me know what function I can use for it.

Profiling an internal functions with pyinstrument becomes difficult in non-interactive mode, as pyinstrument hides the frames with filepath containing `/lib/` by default. I found [this old comment](https://github.com/joerick/pyinstrument/issues/62#issuecomment-480574458) from the maintainer...

Hypercorn worker processes are by default run with daemon set ([ref](https://github.com/pgjones/hypercorn/blob/bb34f360cbefbbecec72605e306cf164af349296/src/hypercorn/run.py#L124)). This prevents APIs like `multiprocessing.Process` / `concurrent.futures.ProcessPoolExecutor` from creating children processes from inside the application. ``` ... File "",...