top | item 43677646

(no title)

pierotofy | 10 months ago

The inference process via ONNX (where most of the CPU time is spent) is multi-threaded. I briefly explored adding multiprocess capabilities for the tiling/downsampling/result merging parts of the codebase, but the improvements were marginal with a trivial implementation, so I didn't explore further (although I'm sure it could be improved).

discuss

order

anakaine|10 months ago

Great, thank you!