Skip to content

Commit 71a4ced

Browse files
committed
Update README.md
1 parent 48d8172 commit 71a4ced

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

config/DBN/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ Model Config
2525
* `finetune_method` : Two methods are supported C: Constant learning rate and E: Exponential decay
2626
* `finetune_rate` : learning rate configuration
2727

28-
>> * `learning_rate` : For Constant learning rate.default value-0.08
29-
>> * `epoch_num` : For Constant learning rate.default value-10
30-
>> * `start_rate` : For Exponential decay.default value-0.08
31-
>> * `scale_by` : For Exponential decay.default value-0.5
32-
>> * `min_derror_decay_start` : For Exponential decay.default value-0.05
33-
>> * `min_derror_stop` : For Exponential decay.default value-0.05
34-
>> * `min_epoch_decay_start` : For Exponential decay.default value-15
35-
>> * `init_error` : For Exponential decay.default value-100
28+
> param | description | default value |learning method
29+
> :-----|:------------|:--------------:|:---------------:
30+
> `learning_rate` ||0.08 | C
31+
> `epoch_num` ||10 | C
32+
> `start_rate` ||0.08 | E
33+
> `scale_by` ||0.5 | E
34+
> `min_derror_decay_start` ||0.05 | E
35+
> `min_derror_stop` ||0.05 | E
36+
> `min_epoch_decay_start` || 15 | E
37+
> `init_error` || 100 | E
3638
3739
* `finetune_momentum` : Specify the momentum factor while finetuning
3840

0 commit comments

Comments
 (0)