ZauggGroup / DeePiCt

Pipeline for the automatic detection and segmentation of particles and cellular structures in 3D Cryo-ET data, based on deep learning (convolutional neural networks).
Apache License 2.0
30 stars 9 forks source link

Installing with cuda 11.7 and gpu support #8

Closed brisvag closed 1 year ago

brisvag commented 2 years ago

I had some troubles setting up the environment following the instructions in the readme; I finally managed, so I thought to share here in case other encounter the same issues and in case you think it's worth updating the readme:

After all this, I finally got True out of:

python -c "import torch; print(torch.cuda.is_available())"

Hope this helps :)

frosinastojanovska commented 1 year ago

Hi @brisvag, many thanks for pointing this out! I updated the installation instructions accordingly :).