AllenNeuralDynamics / AllenNeuralDynamics/aind-large-scale-cellpose

Improve performance in GPU when processing data

Abierto
#2 1 comentario 1 reacción 1 asignado Reclamado por @camilolaiton Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
10
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The current approach assumes that there's a single GPU processing data. However, this is not true for other users or even us when we need to scale to bigger datasets. Therefore, I need to implement a multiprocessing approach that uses all the GPUs available at the moment.

In addition to that, there's a down time in the GPU processing that is wasted. With a Z1 dataset in the 2nd multiscale, this down time is about 12 seconds when we're writing to the zarr dataset in the prediction of the gradients. The GPU should, ideally, be processing data all the time while another process should be looking at gathering the results and writing them to zarr.

The following image is an example of this:
![image](https://github.com/AllenNeuralDynamics/aind-z1-cell-segmentation/assets/36769694/845cf738-b70e-477e-b81c-39ff2cbfeb16)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.