Commit Graph

162 Commits (811b483e3021a699e759a57ff367f5e73e7f77d5)

Author SHA1 Message Date
HydrogenSulfate 7e12c73e0a polish progressive training code 2023-01-31 21:15:22 +08:00
HydrogenSulfate 3a8b56801d feat(model): add EfficientNetV2 code and fix AttrDict BUG 2023-01-31 21:15:22 +08:00
zhangyubo0722 a5a3b0f567 Delete unnecessary files 2023-01-20 14:08:06 +08:00
HydrogenSulfate 97f99cd826 refactor(retrieval): polish retrieval.py 2023-01-05 15:13:04 +08:00
zh-hike f8978a2f0c 修改cifar100参数配置 2023-01-04 13:42:00 +08:00
gaotingquan 3d5ba52437 support image_orientation 2022-11-08 19:26:29 +08:00
HydrogenSulfate 7d9f4dcb59 change Tensor.numpy()[0] to float(Tensor) for 0-D tensor case 2022-11-01 14:37:11 +08:00
HydrogenSulfate 7e097f3c05 delete useless file and update 'print_dict' function 2022-10-27 19:15:32 +08:00
HydrogenSulfate fd2f79943b delete useless file and update 'print_dict' function 2022-10-27 19:15:32 +08:00
cuicheng01 85bf8683cb Support for parsing label files 2022-08-29 05:49:15 +00:00
root 2a909c306a fix: change to relative import 2022-08-19 11:40:38 +08:00
root 0b1c8e93b7 fix: fix error import path 2022-08-19 11:40:38 +08:00
littletomatodonkey 26207a8c77
add mgd loss (#2161)
* add mgd loss

* add init

* fix doc
2022-07-19 10:50:51 +08:00
cuicheng01 1bbe4b5ed1
Merge pull request #1885 from flytocc/ConvNeXt
ConvNext & EMA & gradient accumulation
2022-07-14 10:45:25 +08:00
littletomatodonkey cd64499351
fix download logic for multi-machine (#2140) 2022-07-12 11:18:00 +08:00
Yang Nie 436f64ad84 Merge branch 'develop' into ConvNeXt 2022-07-09 21:50:31 +08:00
dongshuilong 0334ba5ba8 fix logger init twice and print_info debug 2022-06-19 05:31:48 +00:00
gaotingquan 8ce6d4e924
mv to new path 2022-06-10 11:59:12 +00:00
Wei Shengyu 634227db8a
Merge pull request #2013 from cuicheng01/update_textline_orientation
update textline_orientation codes and docs
2022-06-10 15:29:13 +08:00
cuicheng01 d5173bf1a7
Merge pull request #1987 from TingquanGao/dev/pulc_whl_deploy
[WIP] feat: support PULC to deploy with whl
2022-06-10 15:22:22 +08:00
cuicheng01 55d94aff89 update textline_orientation codes and docs 2022-06-10 06:58:31 +00:00
gaotingquan c8a4f47b6e
upload PULC label list files 2022-06-09 06:59:47 +00:00
lvjian0706 3375336ed1 add_multilingual_text_image_orientation 2022-06-09 13:53:18 +08:00
gaotingquan c22bdc7e54
remove fluid 2022-05-26 07:40:15 +00:00
cuicheng01 e894fa861d
Merge branch 'develop' into add_person_demo 2022-05-25 15:30:07 +08:00
cuicheng01 33a15cfdae fix static training bugs 2022-05-24 17:02:44 +00:00
zhiboniu 699c10aaeb Merge remote-tracking branch 'ppcls/develop' into develop 2022-05-23 08:03:46 +00:00
cuicheng01 8f5fe61540
Merge pull request #1925 from cuicheng01/add_person_demo
Add person demo
2022-05-23 09:26:49 +08:00
zhiboniu 0a3ecf60b4 add attribute strongbaseline 2022-05-18 04:54:43 +00:00
littletomatodonkey afafb8f41d fix save load 2022-05-17 13:24:24 +00:00
HydrogenSulfate ec80a56e5c fix bug when load dict for optimizer in resume training 2022-05-17 21:04:01 +08:00
HydrogenSulfate f4e400fa3a fix bug when load dict for optimizer in resume training 2022-05-17 21:01:10 +08:00
littletomatodonkey 6f631e4340 fix convert weight 2022-05-17 12:46:49 +00:00
cuicheng01 5a81627859 add convert_weights.py 2022-05-17 10:26:14 +00:00
cuicheng01 6e8f395c22 add person_demo docs 2022-05-17 09:22:21 +00:00
cuicheng01 45b1296c25 Add cls_demo_person code 2022-05-14 09:31:52 +00:00
Yang Nie 098bc1d8b2 Merge remote-tracking branch 'upstream/develop' into ConvNeXt 2022-05-10 21:30:48 +08:00
weishengyu f6923adff8 remove logger.colring 2022-05-10 14:29:20 +08:00
flytocc ed8202236b add EMA code 2022-04-28 00:39:53 +08:00
HydrogenSulfate 3f117428da fix code 2022-04-20 11:08:42 +08:00
HydrogenSulfate 3a1276d315 train_loss_func only used in train mode 2022-04-19 19:54:48 +08:00
HydrogenSulfate 24abea151a support for multi optimizer case 2022-04-19 14:26:42 +08:00
Walter bf12dffcd3
Merge pull request #1805 from RainFrost1/amp_o2
all model amp train config for tipc
2022-04-13 17:46:33 +08:00
dongshuilong 2ecdaddfc6 fix spell error for config.py 2022-04-07 06:57:32 +00:00
dongshuilong 86fed454c1 supoort -o new config param 2022-03-30 09:12:02 +00:00
dongshuilong a944603da0 fix log twice bug 2022-03-30 08:31:35 +00:00
gaotingquan 4fc82eef5a feat: add the doc and demo about gallery2fc
add description doc and demo config
2022-03-01 10:34:29 +08:00
weishengyu 6f33833967 dbg 2022-01-25 17:40:48 +08:00
weishengyu e95dcec819 dbg 2022-01-25 17:24:20 +08:00
weishengyu 88e6387b2c add label_list file 2022-01-25 15:33:44 +08:00