Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-zq committed Jun 10, 2020
1 parent 63e57c9 commit 8cf1528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ in the browser through `tensorboard --logdir ./output/model_name`.
In addition, during the training process you will
find that loading train data is time-consuming,
you can use `train_faster.py` to train model. `train_faster.py` calls `./dataset/dataset2_lits.py`, which will crop multiple training samples from an input sample to form a batch for quickly training.
### 3) Testing
run `test.py` (Please pay attention to path of trained model)

You can also read my Chinese
introduction about this [3DUNet project here](https://zhuanlan.zhihu.com/p/113318562).
If you have any suggestions or questions,
Expand Down

0 comments on commit 8cf1528

Please sign in to comment.