georgeamccarthy / protein_search

The neural search engine for proteins.
GNU Affero General Public License v3.0
15 stars 6 forks source link

Batch the embeddings computation. #5

Open fissoreg opened 3 years ago

fissoreg commented 3 years ago

If we're gonna index a lot of data, we will want to speed up the computation of embeddings. This can be done by proper batching, but some testing (for performance gain) is needed.

Useful links: