rrwick / Deepbinner

a signal-level demultiplexer for Oxford Nanopore reads
GNU General Public License v3.0
124 stars 23 forks source link

How to write a parallel prediction when using both model in deepbinner classify ? #34

Open Daisy-123 opened 4 years ago

Daisy-123 commented 4 years ago

Dear @rrwick Compare to use start model only and both model , it seems to spend double time for model prediction.
For my research, I need to do it parallel, because I have 20 models. Can you give me some suggestion, if I try to modify classify.py script? My GPU card are RTX 2080 and GTX1080. Thanks