Commit Graph

5063 Commits (2200f30052634249ec6c985c711184e8fbff5a74)
 

Author SHA1 Message Date
xiongkun 2200f30052
fix sot-slow problem (#2976)
* fix sot-slow problem

* fix format

* add comment
2023-09-18 17:27:01 +08:00
feifei-111 9bcb71ab81
Fix resnext model, split main logic with guard (#2956)
* update

* update

* update
2023-09-18 17:25:57 +08:00
Tingquan Gao 75cbc51b7f
fix dali installation to support paddle dev that has removed fluid (#2971) 2023-09-15 17:38:24 +08:00
zhangyubo0722 ef796960c0 support http pretrained 2023-09-12 17:45:39 +08:00
Kai Song 87be15e868
[TIPC]fix python version in tipc (#2964) 2023-09-12 16:26:25 +08:00
zhenming lin 98935e0bb7
Add ML-Decoder Support (#2957)
* 添加ML-Decoder,并使其可以在Arch作用域下控制

* 添加MultiLabelAsymmetricLoss

* 添加MultiLabelMAP评价方式,并避免其在回合内计算,每回合计算一次,节约时间

* 添加COCO2017数据集格式转换脚本

* 添加OneCycleLR学习率调度策略

* 添加ResNet50_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder preprocess

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 直接从model中拉class_num参数

* fix message error

* fix message error

* 给出基于inference model预测的文档

* 融合cutout使其具有随机生成填充值的能力

* 更正变量名称

* 更新configs

* 更新README

* fix bugs

* fix bugs

* update

* update

* update
2023-09-08 16:17:35 +08:00
Kai Song fed9992d57
[TIPC]fix npu and xpu tipc scripts (#2954)
* [TIPC]fix npu and xpu tipc scripts

* disable mkldnn in npu tipc

* disable mkldnn in xpu tipc
2023-09-06 17:09:58 +08:00
zhangyubo0722 cdecc0b437
fix hgnet kwargs (#2949) 2023-09-01 23:36:58 +08:00
zhangyubo0722 ed67436647
del head_init_scale (#2947) 2023-09-01 20:15:54 +08:00
zhangyubo0722 d7a7d3e5e1
fix topk bug (#2945) 2023-09-01 19:28:17 +08:00
zhangyubo0722 74a33b7f50
fix gbk (#2941) 2023-09-01 17:49:33 +08:00
gaotingquan b3fcc98610 to be compatible with training and evaluation 2023-08-29 16:11:16 +08:00
zhangyubo0722 f3b2b2f4ad
[uapi]Save predict result (#2926)
* sava predict result
2023-08-29 14:32:07 +08:00
gaotingquan ae96c979eb always log 'topk=1' when k < output_dims to ensure consistent log formatting 2023-08-28 17:01:49 +08:00
Tingquan Gao eddba911b1
modify some default hyperparams to adapt to fine-tune downstream tasks (#2921)
1. unset EMA because of the relatively small size of most downstream dataset;
2. use mean and std of IMN.
2023-08-25 22:02:21 +08:00
Tingquan Gao 1f8a830b58
fix model name (#2908)
* fix model name

* fix: bug when distillation
2023-08-23 14:55:17 +08:00
Kai Song 77aa07063a
[TIPC]update xpu tipc script (#2916) 2023-08-18 10:44:46 +08:00
Tingquan Gao 0675971d0b
rm fluid api (#2907) 2023-08-11 15:51:42 +08:00
Tingquan Gao 962c540ca4
debug: when using Piecewise.learning_rate while total epochs < 30 (#2901) 2023-08-07 15:26:49 +08:00
Tingquan Gao 907e5f7832
support Piecewise.learning_rate (#2898) 2023-08-04 12:14:19 +08:00
wuyefeilin 83adff2acc
add dataset alias for PaddleX (#2893) 2023-08-02 10:41:25 +08:00
Tingquan Gao 607a07cb28
compatible with the AMP.use_amp field in config (#2889) 2023-07-28 17:48:52 +08:00
duanyanhui 267cd64756 update npu python version in tipc config 2023-07-25 17:05:13 +08:00
Tingquan Gao bb1596b8c3
compatibility with python 3.11 (#2878) 2023-07-20 10:50:52 +08:00
gaotingquan 8ed2060033 support to specify save dir 2023-07-07 17:32:07 +08:00
duanyanhui 48fc521e61 fix npu tipc scripts to reduce running time 2023-07-06 16:25:16 +08:00
gaotingquan fab7435ddb adapt to Pillow new version 10.0.0 2023-07-05 21:35:58 +08:00
gaotingquan f820473d1d fix included file path 2023-06-29 19:45:55 +08:00
gaotingquan 0d1167bfdb rm specified python version 3.7 2023-06-29 19:45:55 +08:00
gaotingquan b2d862b4e4 docs: change to pip install -v -e . 2023-06-29 19:45:55 +08:00
gaotingquan 88ec105322 docs: fix link 2023-06-29 19:45:55 +08:00
gaotingquan 46962ebd38 docs: merge docs about paddle & paddleclas installation 2023-06-29 19:45:55 +08:00
gaotingquan 307620f953 docs: change branch to develop 2023-06-29 19:45:55 +08:00
cuicheng01 4da6f35bf2 support infer nested directory images 2023-06-29 19:43:40 +08:00
baocheny 75a5bb17ba add 2 more custom devices intel_gpu and apple mps 2023-06-29 19:42:38 +08:00
baocheny 3d0c0eb59d add 2 more custom devices intel_gpu and apple mps 2023-06-29 19:42:38 +08:00
zengshao0622 62c56ce27c update infer_rec NormalizeImage scale 2023-06-29 19:42:07 +08:00
cuicheng01 954f039532 Add PULC models link in README 2023-06-27 17:55:08 +08:00
Bobholamovic bda65e0c87 Remove ClasModels_general_quantization.yaml 2023-06-26 14:20:38 +08:00
Bobholamovic de5c4e1b1c Change vdl dir 2023-06-26 14:20:38 +08:00
Bobholamovic b4f10436cf Rename variable 2023-06-26 14:20:38 +08:00
Bobholamovic d6137854e2 Accommodate UAPI 2023-06-26 14:20:38 +08:00
Tingquan Gao 653e2cd839 Update QR code 2023-06-14 11:18:32 +08:00
gaotingquan 6edd612453 set num_worker to 32 2023-06-06 16:50:56 +08:00
gaotingquan 07b597f56e increase bs to avoid oom 2023-06-06 11:19:01 +08:00
gaotingquan caa6393cd4 set drop_last to False in train data 2023-06-06 11:19:01 +08:00
gaotingquan cf5d629a64 fix 2023-06-06 11:19:01 +08:00
gaotingquan 4643fdee09 update pretrained url 2023-06-06 11:19:01 +08:00
mmglove e1a4c80ad3 add PROFILING_TIMER_ONLY 2023-06-05 21:23:35 +08:00
mmglove 2cf1dd7eb4 add PROFILING_TIMER_ONLY 2023-06-05 21:23:35 +08:00