shishenyxx/DeepMosaic

Multi-threaded support

Closed this issue · 2 comments

gevro commented

Hi,
Do either of the deepmosaic steps support multi-threading to help speed up the pipeline?
Thanks

To speed up the pipeline

  1. You can try to split the input for both step 1 and step 2, refer to issue #7 and issue #8;
  2. You can try to run it on GPU nodes (only for step 2).

Best,

Xiaoxu

gevro commented

Ok thank you.