georgeamccarthy / protein_search

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

Extend indexing to more proteins #28

Closed georgeamccarthy closed 3 years ago

georgeamccarthy commented 3 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Option 1 - theoretical computation time

Option 2 - attempt to compute

georgeamccarthy commented 3 years ago

@fissoreg let's disable flow.block() and run backend/app.py with 42 proteins and compare our computation time.

My output was: python backend/app.py 190.66s user 8.11s system 102% cpu 3:13.73 total

fissoreg commented 3 years ago

Here is my time: python backend/app.py 179.57s user 34.62s system 302% cpu 1:10.85 total

Not a big difference, if I correctly interpret the numbers. It just seems like more cores are used on my PCs.

georgeamccarthy commented 3 years ago

Could you share your CPU, RAM and GPU specs please?

fissoreg commented 3 years ago

Nothing exceptional:

I guess this conversation is relevant for #27

georgeamccarthy commented 3 years ago

Closing as it looks like the indexing up to 100k proteins should be feasible on low-mid spec hardware.