Bin Lu
|
d2d1483caf
|
adjust some code format and wrongly spelling (#4319)
* Update ace_loss.py
* Update center_loss.py
* Update enhanced_ctc_loss.md
|
2021-10-15 21:57:48 +08:00 |
andyjpaddle
|
e760df4b1e
|
add sar dict
|
2021-10-13 11:40:38 +00:00 |
Bin Lu
|
38282ab854
|
update enhanced ctc loss (#4256)
* fix Focal-ctc bug
* add enhanced_ctc_loss.md
|
2021-10-12 13:41:47 +08: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 |
littletomatodonkey
|
5613e21d86
|
fix map name (#4191)
|
2021-09-28 18:27:44 +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 |
WenmuZhou
|
ac98415b48
|
merge dygraph
|
2021-09-14 14:51:04 +08:00 |
littletomatodonkey
|
cc24646a87
|
fix rec distillation (#3995)
* fix rec distillation
* add dist cfg
* fix cfg
|
2021-09-09 23:51:48 +08:00 |
andyjpaddle
|
df4a2f6a7e
|
update rec_sar_head
|
2021-09-07 03:33:02 +00:00 |
WenmuZhou
|
e10a178010
|
add , in init
|
2021-09-01 17:04:18 +08:00 |
WenmuZhou
|
f8f7153526
|
use eps instald of 0.001
|
2021-09-01 12:43:11 +08:00 |
WenmuZhou
|
a4b0241a90
|
use paddlepaddle license
|
2021-09-01 12:41:37 +08: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 |
xiaoting
|
5c664bf4f5
|
Merge pull request #3721 from Topdu/dygraph
add rec_nrtr
|
2021-08-26 15:30:52 +08: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
|
a11e219970
|
delete blank line
|
2021-08-18 19:54:57 +08:00 |
topduke
|
adc62fcde4
|
Merge branch 'dygraph' into dygraph
|
2021-08-17 22:08:54 +08:00 |
Topdu
|
1623c17cdc
|
add rec_nrtr
|
2021-08-17 13:10:53 +00:00 |
littletomatodonkey
|
66c3294cd2
|
fix cls type
|
2021-08-17 17:09:38 +08:00 |
WenmuZhou
|
a739abab57
|
merge dygraph
|
2021-07-27 18:14:19 +08: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 |
LDOUBLEV
|
0742f5c521
|
fix metric etc.al
|
2021-07-07 07:54:02 +00:00 |
LDOUBLEV
|
6ce4419819
|
fix bug
|
2021-07-07 02:45:32 +00:00 |
LDOUBLEV
|
185d1e1f92
|
fix bug
|
2021-07-07 01:54:03 +00:00 |
LDOUBLEV
|
a91bbd7432
|
add import to combined_loss
|
2021-07-06 11:50:56 +00:00 |
LDOUBLEV
|
9811a09e93
|
fix combined loss
|
2021-07-06 08:16:01 +00:00 |
LDOUBLEV
|
48898ac357
|
add config
|
2021-07-06 08:13:13 +00:00 |
LDOUBLEV
|
40bf3b1053
|
add DistillationDilaDBLoss loss
|
2021-07-06 08:02:01 +00:00 |
LDOUBLEV
|
a411c825e2
|
add sum loss
|
2021-07-06 07:56:58 +00:00 |
LDOUBLEV
|
202a0b5b85
|
add det distill combined
|
2021-07-06 07:54:39 +00:00 |
MissPenguin
|
7c8b2c8d19
|
add train code for table
|
2021-06-16 08:47:33 +00:00 |
littletomatodonkey
|
95d07675d4
|
fix kldiv input
|
2021-06-09 08:06:28 +00:00 |
littletomatodonkey
|
0343756e46
|
fix metric
|
2021-06-03 13:31:25 +00:00 |
littletomatodonkey
|
6361a38ff5
|
fix export model for distillation model
|
2021-06-03 06:53:24 +00:00 |
littletomatodonkey
|
ab4db2acce
|
support dict output for basemodel
|
2021-06-03 05:57:31 +00:00 |
littletomatodonkey
|
e5d3a2d880
|
fix distillation arch and model init
|
2021-06-03 05:30:43 +00:00 |
littletomatodonkey
|
ed02b91d26
|
add distillation function
|
2021-06-02 08:31:57 +00:00 |
Jethong
|
6824db26e7
|
fix errors and add pretrain_model
|
2021-04-07 12:26:05 +08:00 |
Jethong
|
88964dc92f
|
add visual png
|
2021-03-19 11:59:35 +08:00 |
Jethong
|
051fe64a0d
|
fix config add e2e_ch.md e2e_res_img623_pg
|
2021-03-10 14:14:21 +08:00 |
Jethong
|
1f76f449db
|
Add PGNet
|
2021-03-08 14:55:49 +08:00 |
light1003
|
4a8fc9176d
|
Update det_basic_loss.py
to_variable has been removed in paddle 2.0,using to_tensor instead
|
2021-02-05 15:49:01 +08:00 |
LDOUBLEV
|
56cbbdfb01
|
fix conflict
|
2021-02-01 03:19:56 +00:00 |
LDOUBLEV
|
f6e03a51f0
|
upload rare code
|
2021-01-29 03:15:03 +00:00 |