Skip to content

Commit

Permalink
Merge branch 'Project-MONAI:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KumoLiu authored Apr 28, 2024
2 parents bed5302 + fb25d63 commit 6f0eb03
Show file tree
Hide file tree
Showing 68 changed files with 7,752 additions and 606 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
"pygments_lexer": "ipython3",
"version": "3.8.10 (default, Nov 14 2022, 12:59:47) \n[GCC 9.4.0]"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-modified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
if: github.repository == 'Project-MONAI/tutorials'
container:
image: nvcr.io/nvidia/pytorch:22.04-py3
image: nvcr.io/nvidia/pytorch:24.02-py3
options: --gpus all --ipc host
runs-on: [self-hosted, linux, x64]
steps:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -23,7 +23,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "24.3.0"
hooks:
- id: black
- id: black-jupyter
Expand Down
100 changes: 54 additions & 46 deletions 2d_classification/mednist_tutorial.ipynb

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions 2d_classification/monai_101.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\n",
"This tutorial will use about 7GB of GPU memory and 10 minutes to run.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/mednist_101.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/monai_101.ipynb)"
]
},
{
Expand Down Expand Up @@ -345,8 +345,7 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
},
"orig_nbformat": 4
}
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down
Loading

0 comments on commit 6f0eb03

Please sign in to comment.