[doc] add result on GSC dataset (#61)
* [examples] reset grad_clip * [doc] add basic result of mdtc model
This commit is contained in:
parent
d805c55560
commit
66fcfa2ce5
5
examples/speechcommand_v1/s0/README.md
Normal file
5
examples/speechcommand_v1/s0/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
Classification accuracy:
|
||||
|
||||
| model | params(K) | epoch | acc(%) |
|
||||
|-----------------------|-----------|-----------|------------|
|
||||
| MDTC | 161 | 100(avg10)| 97.89 |
|
||||
@ -46,7 +46,7 @@ optim_conf:
|
||||
weight_decay: 0.00005
|
||||
|
||||
training_config:
|
||||
grad_clip: 50
|
||||
grad_clip: 5
|
||||
max_epoch: 100
|
||||
log_interval: 10
|
||||
criterion: ce
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user