Commit Graph

96 Commits (ea83a067caa18e67aac76ab5330ecfc9b08658f3)

Author SHA1 Message Date
tink2123 e9c3ff84a9 fix attenton loss for ce 2021-11-22 12:08:33 +08:00
tink2123 f26846ccd1 fix attenton loss for ce 2021-11-22 12:07:32 +08:00
zhoujun b6a21419d6
fix gap between table structure train model and inference model (#4565)
* add indent in pipeline_rpc_client.py

* fix gap in table structure train model and inference model
2021-11-10 20:18:48 +08:00
tink2123 2ce4d9f8b5 fix attn score 2021-11-04 15:58:00 +00:00
MissPenguin 5aa14c5f11
Merge pull request #4551 from WenmuZhou/copyright
add refer for some code
2021-11-04 19:41:06 +08:00
MissPenguin 91ed0cd0bd
Merge pull request #4546 from tink2123/add_refer
Add refer for seed
2021-11-04 19:40:23 +08:00
WenmuZhou b323ad44b7 add copyright 2021-11-04 19:11:28 +08:00
WenmuZhou fe92c51c42 add refer for some code 2021-11-04 18:23:23 +08:00
andyjpaddle 959bde3c66 add refer to backbone and head of sar 2021-11-04 09:50:41 +00:00
tink2123 1679ef13d3 add refer for seed 2021-11-04 17:50:19 +08:00
andyjpaddle 92c9eaf314 fix sar train on cpu 2021-10-29 08:28:59 +00:00
littletomatodonkey 27b6346c95
add center loss cod and cfg (#4165)
* add center loss cod and cfg

* fix name
2021-09-29 10:30:09 +08:00
tink2123 1effa5f3fe rm anno 2021-09-27 15:21:27 +08:00
tink2123 3c906d41b9 merge dygraph 2021-09-27 15:06:06 +08:00
tink2123 8308f33274 fix conflicts 2021-09-27 14:58:10 +08:00
xiaoting 1a5ee5a25e
Merge pull request #4130 from andyjpaddle/add_rec_sar
fix slice in sar head
2021-09-22 14:08:57 +08:00
andyjpaddle 902fffcc7e fix slice in sar head 2021-09-22 02:46:02 +00:00
zhoujun 14fce808ff
Merge pull request #3376 from WenmuZhou/fx_pse
add pse
2021-09-15 17:08:43 +08:00
WenmuZhou ac98415b48 merge dygraph 2021-09-14 14:51:04 +08:00
Topdu f688909b8e fix nrtr export inference model 2021-09-13 13:10:10 +00:00
andyjpaddle b68c895827 fix code style 2021-09-07 07:39:24 +00:00
andyjpaddle d611515803 fix code style 2021-09-07 06:13:56 +00:00
andyjpaddle 8123688a09 update rec_sar_head 2021-09-07 03:38:34 +00:00
andyjpaddle df4a2f6a7e update rec_sar_head 2021-09-07 03:33:02 +00:00
andyjpaddle ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
WenmuZhou 835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
tink2123 c9e1077daa polish code 2021-08-30 06:32:54 +00:00
Topdu 2bf8ad9b7d modify transformeroptim, resize 2021-08-24 07:46:43 +00:00
andyjpaddle 8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
andyjpaddle ffa94415c3 add_rec_sar, test=dygraph 2021-08-24 03:45:59 +00:00
topduke c8094e6575
Update rec_nrtr_optim_head.py 2021-08-19 19:08:23 +08:00
Topdu 55b76dcaa5 delete blank lines and modify forward_train 2021-08-19 09:31:02 +00:00
topduke adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
topduke 18349d177d
Update multiheadAttention.py 2021-08-17 21:53:10 +08:00
Topdu 4cb824537a add rec_nrtr 2021-08-17 13:37:32 +00:00
Topdu 1623c17cdc add rec_nrtr 2021-08-17 13:10:53 +00:00
Topdu b6f0a90366 add rec_nrtr 2021-08-17 12:41:01 +00:00
WenmuZhou fa790288f1 add psenet 2021-07-27 15:33:05 +08:00
tink2123 59cc4efdc5 add for SEED 2021-07-22 19:58:14 +08:00
MissPenguin 3f92af453f Merge branch 'dygraph' of https://github.com/MissPenguin/PaddleOCR into dygraph 2021-06-22 08:16:32 +00:00
MissPenguin 79e83a8d6c refine 2021-06-22 08:14:07 +00:00
MissPenguin 053cc43d82 refine 2021-06-22 04:23:27 +00:00
MissPenguin 79c0a0604c
Merge branch 'dygraph' into dygraph 2021-06-22 11:41:41 +08:00
MissPenguin c0492e02c7 refine 2021-06-22 03:32:00 +00:00
MissPenguin 16c247ac46 refine 2021-06-21 12:20:25 +00:00
littletomatodonkey 0938c44a0a
add embedding and fix eval when distillation (#3112) 2021-06-17 13:29:49 +08:00
MissPenguin 7c8b2c8d19 add train code for table 2021-06-16 08:47:33 +00:00
littletomatodonkey e45ff48347 remove fpn name 2021-06-06 10:39:17 +00:00
littletomatodonkey ed02b91d26 add distillation function 2021-06-02 08:31:57 +00:00
xiaoting 81aba737d3
[Cherry pick] fix srn for sub_layers (#2694)
* fix srn for sublayer

* update for paddle2.1
2021-05-07 10:50:12 +08:00