Inference improvements #19
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
On inference time, we are currently not batching. So there is room for improvement for speeding up the featurize_protrans method. I anticipate that we can get a 10-100x improvement in speed. Batching is already being done on training these models, so it is a matter of porting over some of the existing code. See below for sorting the priority of tasks that can boost performance (in terms of low hanging fruit)
Relevant issue : flatironinstitute/deepblast#130
The text was updated successfully, but these errors were encountered: