Skip to content

Commit 95ae376

Browse files
committed
Merge branch 'gh-pages' of github.com:WEHI-ResearchComputing/PartiNet into gh-pages
pulling upstream commits
2 parents 4f4bc1e + 877501d commit 95ae376

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Before starting, ensure you have:
2424
```bash
2525
git clone git@github.com:WEHI-ResearchComputing/PartiNet.git
2626
cd PartiNet
27-
pip install .
2827
```
2928

3029
Alternatively, use our containers:

docs/docs/stages/denoise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Congratulations! You have prepared your micrographs for picking, you can now mov
143143

144144
### Custom CPU Configuration
145145

146-
PartiNet automatically optimizes CPU usage for denoising:
146+
Number of CPUs used by PartiNet is controlled with `--num_workers`. These CPUs are automatically split between tasks to optimize for CPU utilization during denoising:
147147

148148
- **Processing CPUs**: Half of available CPUs used for denoising
149149
- **I/O CPUs**: Remaining CPUs reserved for file operations

0 commit comments

Comments
 (0)