cellDancer icon indicating copy to clipboard operation
cellDancer copied to clipboard

cellDancer does not use GPU

Open AlexanderAivazidis opened this issue 1 year ago • 1 comments

Hi! I just saw that cellDancer is not using the GPU on my system (by running the nvidia-smi command). Is that expected? If not is there anything I can try to change it? I installed everything as advised and ran through the tutorial as shown in your documentation. Thank you! Alexander

AlexanderAivazidis avatar Feb 06 '24 11:02 AlexanderAivazidis

Hello,

Thank you for reaching out. We did not specify the device or benchmark the resource usage in GPU in our algorithm. We use pytorch lighting in the algorithm so you can change the Python script to specify the device.

Best, Shengyu

Abclisy avatar Mar 15 '24 19:03 Abclisy