[doc] add result on GSC dataset (#61)

* [examples] reset grad_clip

* [doc] add basic result of mdtc model
This commit is contained in:
Menglong Xu 2022-02-13 19:53:19 +08:00 committed by GitHub
parent d805c55560
commit 66fcfa2ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Classification accuracy:
| model | params(K) | epoch | acc(%) |
|-----------------------|-----------|-----------|------------|
| MDTC | 161 | 100(avg10)| 97.89 |

View File

@ -46,7 +46,7 @@ optim_conf:
weight_decay: 0.00005 weight_decay: 0.00005
training_config: training_config:
grad_clip: 50 grad_clip: 5
max_epoch: 100 max_epoch: 100
log_interval: 10 log_interval: 10
criterion: ce criterion: ce