Skip to content

Commit

Permalink
Update monai readme to remove logging.conf (NVIDIA#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored and MinghuiChen43 committed May 6, 2024
1 parent 3865a59 commit f251451
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ The final folder structure under `JOB_NAME` will be:
└── meta.json
```


The logging.conf inside the bundle will overwrite the logger behavior, so let's remove it:

```
rm ./${JOB_NAME}/app/config/spleen_ct_segmentation/configs/logging.conf
```

## 2. Download the data

Download the spleen CT data from the [MSD challenge](http://medicaldecathlon.com/) and update data path.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ The final folder structure under `JOB_NAME` will be:
└── meta.json
```

The logging.conf inside the bundle will overwrite the logger behavior, so let's remove it:

```
rm ./${JOB_NAME}/app/config/spleen_ct_segmentation/configs/logging.conf
```

### 2. Download the data
Download the spleen CT data from the [MSD challenge](http://medicaldecathlon.com/) and update data path.

Expand Down

0 comments on commit f251451

Please sign in to comment.