You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/benchmark.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@ Timing + memory usage
2
2
------------------------------------
3
3
4
4
The algorithm runtime and memory usage increases with the data size. The runtimes
5
-
shown below are for a single image run for the first time on an A100 with a batch_size of 32
6
-
- this timing includes warm-up of GPU, thus runtimes
7
-
will be faster for subsequent images. It will also be faster if you run many images of the same size
5
+
shown below are for a single image run once on an A100 with a batch_size of 32.
6
+
This timing includes warm-up of GPU, thus runtimes will be faster for subsequent images. It will also be faster if you run many images of the same size
8
7
input as an array into Cellpose with a large batch_size. The runtimes will also be
9
8
slightly faster if you have fewer cells/cell pixels.
10
9
@@ -14,12 +13,12 @@ slightly faster if you have fewer cells/cell pixels.
0 commit comments