Skip to content

Commit

Permalink
Change to non cpu due to excessive runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Dec 9, 2024
1 parent 1ef8f22 commit bff621c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install brats
> [!IMPORTANT]
> To run `brats` you require a Docker installation. <br>
> Many algorithms also require GPU support (NVIDIA Docker). <br>
> In case you do not have access to a Cuda-capable GPU, the overview tables in the [Available Algorithms and Usage](#available-algorithms-and-Usage) section indicate which algorithms are CPU compatible.
> In case you do not have access to a Cuda-capable GPU, the overview tables in the [Available Algorithms and Usage](#available-algorithms-and-usage) section indicate which algorithms are CPU compatible.


Expand Down Expand Up @@ -243,7 +243,7 @@ missing_mri.infer_single(

| Year | Rank | Author | Paper | CPU Support | Key Enum |
| ---- | ---- | ----------------------------------------- | ----- | ----------- | ------------------------------------------------------------------------------------------------------------------- |
| 2024 | 1st | _Jihoon Cho, Seunghyuck Park, Jinah Park_ | N/A | &#x2705; | [BraTS24_1](https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.MissingMRIAlgorithms.BraTS24_1) |
| 2024 | 1st | _Jihoon Cho, Seunghyuck Park, Jinah Park_ | N/A | &#x274C; | [BraTS24_1](https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.MissingMRIAlgorithms.BraTS24_1) |
| 2024 | 2nd | _Haowen Pang_ | N/A | &#x274C; | [BraTS24_2](https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.MissingMRIAlgorithms.BraTS24_2) |
| 2024 | 3rd | _Minjoo Lim, Bogyeong Kang_ | N/A | &#x274C; | [BraTS24_3](https://brats.readthedocs.io/en/latest/utils/utils.html#brats.constants.MissingMRIAlgorithms.BraTS24_3) |

Expand Down
1 change: 0 additions & 1 deletion brats/data/meta/missing_mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ algorithms:
input_name_schema: "BraTS-GLI-{id:05d}-000"
requires_root: false
parameters_file: true
cpu_compatible: true
weights:
record_id: "14287969"
param_name: ["first_weights", "second_weights"]
Expand Down

0 comments on commit bff621c

Please sign in to comment.