Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
clarified that GPU is not a hard dependency
  • Loading branch information
LuciMoore authored Aug 26, 2024
1 parent d4d65af commit 2bafa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Usage

We reccommend running [BIBSnet](https://github.com/DCAN-Labs/BIBSnet) with a GPU (e.g. Volta (v), Ampere (a), Turing (t) NVIDIA), but a CPU is also sufficient.
BIBSNet utilizies nnU-Net for model training and inference, i.e. deploying the trained model to generate image segmentations for new data. We recommened running [BIBSnet](https://github.com/DCAN-Labs/BIBSnet) on a GPU if possible (e.g. Volta (v), Ampere (a), Turing (t) NVIDIA) as the [nnU-Net installation instructions](https://github.com/MIC-DKFZ/nnUNet/tree/nnunetv1?tab=readme-ov-file#installation) note that running inference requires a GPU with 4 GB of VRAM. However, please note that this may not be a hard dependency as we have also had success running BIBSNet on a CPU with 40 GB of RAM.

### Command-Line Arguments

Expand Down

0 comments on commit 2bafa6e

Please sign in to comment.