Skip to content

Commit 040041c

Browse files
authored
Update README.md
1 parent c79b10f commit 040041c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ Here are some recomended parameter setting:
6161
```
6262
--block_list 1234 --num_blocks 1,1,1,1
6363
```
64-
Our default setting, most efficient setting. Suitable for tasks with limited training data, and most error occurs in the boundary of ROI where high resolution information is important.
64+
Our default setting, most efficient setting. Suitable for tasks with limited training data, and most errors occur in the boundary of ROI where high resolution information is important.
6565

6666
```
6767
--block_list 1234 --num_blocks 1,1,4,8
6868
```
69-
Similar to the previous one, but with larger model. The model capacity is larger as more transformer blocks are including, but needs larger dataset for training.
69+
Similar to the previous one. The model capacity is larger as more transformer blocks are including, but needs larger dataset for training.
7070

7171
```
72-
--block_list 234 --num_block 2,4,8
72+
--block_list 234 --num_blocks 2,4,8
7373
```
7474
Suitable for tasks that has complex contexts and errors occurs inside ROI. More transformer blocks can help learn higher-level relationship.
7575

7676

77-
Feel free to try other combinations of the hyperparameter like base_chan, reduce_size and etc. to trade off between capacity and efficiency to fit your own tasks and datasets.
77+
Feel free to try other combinations of the hyperparameter like base_chan, reduce_size and num_blocks in each level etc. to trade off between capacity and efficiency to fit your own tasks and datasets.
7878

7979

8080
## Citation

0 commit comments

Comments
 (0)