Commit Graph

178 Commits

Author SHA1 Message Date
zhoujun 9b2c0e4838
Merge pull request #1235 from WenmuZhou/dygraph_rc
修复ips计算过少的问题
2020-11-30 22:48:28 -06:00
WenmuZhou 5983e1af14 Remove redundant functions 2020-11-27 15:30:31 +08:00
littletomatodonkey c4fcd14354
refine dynamic sampling (#1256) 2020-11-26 21:32:33 +08:00
WenmuZhou 606a387354 删掉多余的判断 2020-11-24 16:01:00 +08:00
littletomatodonkey 169b629b0f
fix error (#1177) 2020-11-21 23:02:18 +08:00
zhoujun bc563c642c
添加方向分类器 (#1184)
add cls module
2020-11-21 22:10:45 +08:00
zhoujun fc7b5d225b
Merge pull request #1181 from WenmuZhou/dygraph_rc
日志符合benckmark规范
2020-11-16 22:54:44 -06:00
WenmuZhou 931d138bb3 更新日志格式 2020-11-16 19:11:42 +08:00
Double_V 10b54d6696
Merge pull request #1168 from WenmuZhou/dygraph_rc
delete fluid
2020-11-15 15:01:22 +08:00
WenmuZhou d4facfe4e5 delete fluid 2020-11-13 17:01:41 +08:00
Double_V a40731aaac
Merge pull request #1164 from littletomatodonkey/2.0rc/add_rec_mobile
add ch lite yaml file
2020-11-13 11:36:19 +08:00
littletomatodonkey a0e72cf317 add try-catch to catch beautiful bugs 2020-11-12 15:55:52 +00:00
littletomatodonkey 1dc7e8942f fix some cute typos 2020-11-12 12:47:28 +00:00
WenmuZhou d1affce65a delete fluid 2020-11-12 17:14:33 +08:00
WenmuZhou 367c49dffd 删除 db torch后处理 2020-11-10 18:16:07 +08:00
WenmuZhou 33d9688014 更新NumpyArrayInitializer为Assign 2020-11-10 17:25:44 +08:00
WenmuZhou 65d3dfc729 rnn支持导出 2020-11-10 17:18:50 +08:00
WenmuZhou 2f9f258ff4 添加tps网络 2020-11-10 17:18:32 +08:00
WenmuZhou b2004fe586 添加resnet backbone 2020-11-09 18:29:33 +08:00
WenmuZhou 4d775dc98f rc版本适配 2020-11-09 18:20:03 +08:00
WenmuZhou 44840726ff 后处理添加类型判断 2020-11-09 18:19:42 +08:00
WenmuZhou 49958dca61 适配rc版本 2020-11-09 13:27:31 +08:00
WenmuZhou cafb2df8a6 change log name to root 2020-11-06 19:11:42 +08:00
WenmuZhou 60f8f1e181 del unuse import 2020-11-06 19:09:52 +08:00
WenmuZhou 592bd60fe2 switch learning_rate and lr 2020-11-06 18:22:31 +08:00
WenmuZhou d9e921c743 change align_mode to 1 2020-11-06 18:15:44 +08:00
WenmuZhou 8f81956fc4 rename metric 2020-11-06 15:43:04 +08:00
WenmuZhou 695c4db7ea switch learning_rate and lr 2020-11-05 20:49:44 +08:00
WenmuZhou 41b33c9e9c change KaimingNormal to KaimingUniform 2020-11-05 20:45:19 +08:00
dyning 1ae379198e trans to paddle-rc 2020-11-05 15:13:36 +08:00
dyning fa675f8954 updata structure of dygraph 2020-11-04 20:43:27 +08:00
WenmuZhou bbe375352e 删除check_static函数 2020-10-27 11:23:26 +08:00
WenmuZhou 122c82e93f 测试模式时将输出softmax后返回 2020-10-23 12:07:44 +08:00
WenmuZhou 08b3f98c4f 去掉注释 2020-10-22 18:22:56 +08:00
WenmuZhou 0968363a89 修复一处注释错误 2020-10-20 17:39:07 +08:00
WenmuZhou a88ce7a5b6 修正对label decode时重复字符会消失的bug 2020-10-20 16:08:03 +08:00
WenmuZhou ca9ea622a9 添加im2seq实现 2020-10-20 16:07:19 +08:00
WenmuZhou bdad0cefe6 检测和识别的resnet使用paddleclass里的 2020-10-16 20:19:17 +08:00
WenmuZhou 8f1b9c8b0d 对齐静态图时使用random数据 2020-10-16 20:18:45 +08:00
WenmuZhou 2463355632 hidden_size添加默认参数 2020-10-16 16:39:37 +08:00
WenmuZhou aad3093a91 dygraph first commit 2020-10-13 17:13:33 +08:00
xiaoting 31e62cb8ba
Merge pull request #626 from tink2123/format_code
format code
2020-08-31 10:04:34 +08:00
tink2123 b626aa3e41 formate code 2020-08-28 11:10:57 +08:00
tink2123 91f6f24385 formate code 2020-08-27 20:57:53 +08:00
xiaoting e3fd6db0bf
Merge branch 'develop' into adaptation_ch 2020-08-26 20:24:42 +08:00
tink2123 5edb619cdd rename rec_resnet_fpn 2020-08-26 20:14:13 +08:00
tink2123 1b19050391 Adaptation of Chinese and r34/18 2020-08-25 15:04:49 +08:00
littletomatodonkey 047fcb527a add warmup 2020-08-21 08:49:11 +00:00
MissPenguin 75cdc7dc9a
Merge pull request #519 from ZhangXinNan/zxdev
修改路径为绝对问题
2020-08-19 13:52:47 +08:00
Neo b2e1a84981
Update dataset_traversal.py
CUDA_VISIBLE_DEVICES 默认值必须为str, 否则split会报错
2020-08-18 15:07:25 +08:00