1
0
mirror of https://github.com/open-mmlab/mmocr.git synced 2025-06-03 21:54:47 +08:00

3 Commits

Author SHA1 Message Date
Tong Gao
7c1bf45c63
[Fix] fix inconsisent training/eval state after SyncBN->BN () 2021-08-25 13:14:03 +08:00
Tong Gao
b8f7ead74c
[Enhancement] Add copyright info ()
* add copyright info
2021-08-17 17:39:30 +08:00
Tong Gao
7bbb14f0d1
[Fix] Replace SyncBN with BN for inference ()
* add revert_sync_batchnorm

* replace SyncBN in inference and test scripts

* add tests

* hide BatchNormXd
2021-08-10 22:19:17 +08:00