Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-zq committed Sep 30, 2020
1 parent 037eed8 commit e50da13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Scipy
1. Download dataset from google drive: [Liver Tumor Segmentation Challenge.](https://drive.google.com/drive/folders/0B0vscETPGI1-Q1h1WFdEM2FHSUE)
Or from my share: https://pan.baidu.com/s/1WgP2Ttxn_CV-yRT4UyqHWw
Extraction code:hfl8
2. Then you need decompress the dataset. It is recommended to use batch1(0~27) of the LiTS dataset as the testset
and batch2(28~130) as the trainset. Please put the volume data and segmentation labels of trainset and testset into different local folders,
2. Then you need decompress the dataset. It is recommended to use batch1(0\~27) of the LiTS dataset as the testset
and batch2(28\~130) as the trainset. Please put the volume data and segmentation labels of trainset and testset into different local folders,
such as:
```
raw_dataset:
Expand Down
2 changes: 1 addition & 1 deletion output/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All trained model will be saved here: `/output/model_name`
And every trained model be saved with a `events.out.tfevents.***` log file
And every trained model be saved with `events.out.tfevents.***` log file and `log.csv`
You could observe loss and dice during training through Tensorboard by run:
`tensorboard --logdir ./output/model_name`

0 comments on commit e50da13

Please sign in to comment.