cellDancer
cellDancer copied to clipboard
cellDancer does not use GPU
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
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