Skip to content

Commit e670844

Browse files
authored
Expand documentation (#197)
* documentation * deprecate declumpobjects
1 parent f3d93f8 commit e670844

10 files changed

Lines changed: 539 additions & 672 deletions

File tree

documentation/CP-plugins-documentation/Mac_installation.md

Lines changed: 0 additions & 343 deletions
This file was deleted.

documentation/CP-plugins-documentation/using_GPU.md renamed to documentation/CP-plugins-documentation/RunCellPose.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Using a GPU with CellProfiler Plugins
1+
# RunCellPose
22

3-
These CellProfiler modules currently support using a GPU: LIST MODULES
3+
## Using RunCellPose with a GPU
44

5-
## Tips for Setting Up Your GPU (if you have one)
5+
If you want to use a GPU to run the model (this is recommended for speed), you'll need a compatible version of PyTorch and a supported GPU.
6+
General instructions are available at this [link](https://pytorch.org/get-started/locally/).
67

7-
If you want to use a GPU to run the model (this is recommended for speed), you'll need a compatible version of PyTorch and a supported GPU. General instructions are available at this [link](https://pytorch.org/get-started/locally/).
8-
9-
1. Your GPU should be visible in Device Manager under Display Adaptors. If your GPU isn't there, you likely need to install drivers.
10-
* [Here](https://www.nvidia.com/Download/Find.aspx) is where you can find NVIDIA GPU drivers if you need to install them.
8+
1. Your GPU should be visible in Device Manager under Display Adaptors.
9+
If your GPU isn't there, you likely need to install drivers.
10+
[Here](https://www.nvidia.com/Download/Find.aspx) is where you can find NVIDIA GPU drivers if you need to install them.
1111

1212

1313
2. To test whether the GPU is configured correctly:
@@ -24,3 +24,11 @@ If you want to use a GPU to run the model (this is recommended for speed), you'l
2424
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
2525
```
2626
If you have a previous version of torch installed, make sure to run `pip uninstall torch` first.
27+
28+
29+
**NOTE**: You might get a warning like this:
30+
```
31+
W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
32+
2022-05-26 20:24:21.906286: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
33+
```
34+
If you don't have a GPU, this is not a problem. If you do, your configuration is incorrect and you need to try reinstalling drivers and the correct version of CUDA for your system.

0 commit comments

Comments
 (0)