Commit Graph

5081 Commits (ab087065e9c1fade7a1dd1f13760f622d0a0ed5c)
 

Author SHA1 Message Date
Tingquan Gao ab087065e9
support to specify rank to log when using Fleet API (#3039)
* support to specify rank to log when using Fleet API

* log max mem reserved

* log_ranks support str type

example: -o Global.log_ranks="0,1"

* log max mem allocated

* support to specify rank to log in static mode

* log max mem reserved and max mem allocated in static mode
2023-11-16 11:32:29 +08:00
Zhenming Lin cc0ac63fb8
包含所有样本,不管有无目标类别的标注。 (#2963) 2023-11-07 22:12:09 +08:00
zhangyubo0722 adedfe603c
[WIP] add svtr (#3035)
* [WIP] add svtr

* add svtr_base and svtr_tiny
2023-11-06 19:15:55 +08:00
sky 61f748de67
fix resolution problem for swin transformer and clip vit (#3021)
* Update foundation_vit.py

Update .gitignore

fix time cost problem

Update swin_transformer.py

fix the speed and memory problem

reduce the unnecessary calculation when patch matches resolution

fix conflict

remove check resolution function

Revert "fix conflict"

This reverts commit d7a7dade71.

fix conflict

remove the conflict checkpoint function

【Hackathon 5th No.69】 分类大模型--人体视觉任务SOLIDER (#2995)

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

update doc about PPHGNetV2 (#3002)

fix clip patch embedding resolution problem

support non 224 resolution

integrate the pading function to one

adjust function name

fix the resolution problem for clip-vision transformer part and swim transformer

fix the resolution problem for clip-vision transformer part and swim transformer

* fix cache problem

using the huggingface plan and drop the cache

* Revert "fix cache problem"

This reverts commit 8f7ab55c75.

* fix resolution problem

* update big model backbone

* Revert "update big model backbone"

This reverts commit 04a39f701b.
2023-10-31 10:11:46 +08:00
cuicheng01 60478c382a
remove PP-HGNetV2_B7 config (#3025) 2023-10-30 20:21:41 +08:00
zhangyubo0722 2bc2fc0348
support get train image list (#3004) 2023-10-30 13:47:25 +08:00
zhangyubo0722 aae1e9543f
del load pretrained from url for resnet (#2997)
* del load pretrained from url for resnet

* del load_dygraph_pretrain_from_url

* del load_dygraph_pretrain_from_url

* modify save_load
2023-10-30 13:44:16 +08:00
gaotingquan 33a0fd68cf update doc about PPHGNetV2 2023-10-26 18:03:11 +08:00
Zhenming Lin 3a48f8783c
【BugFix】Fix ml-decoder bugs (#2991)
* fix bugs

* fix bugs

* fix bugs
2023-10-25 17:16:30 +08:00
sky e1a7840816
【Feature】fix the resolution problem for clip-vision transformer part and swim … (#3001)
* fix the resolution problem for clip-vision transformer part and swim transformer

fix the resolution problem for clip-vision transformer part and swim transformer

* adjust function name

* integrate the pading function to one

* support non 224 resolution

* fix clip patch embedding resolution problem

* fix conflict

remove the conflict checkpoint function

* Revert "fix conflict"

This reverts commit d7a7dade71.

* fix conflict

remove check resolution function
2023-10-18 20:55:37 +08:00
Yang-ChangHui c446df9b69
【Hackathon 5th No.69】 分类大模型--人体视觉任务SOLIDER (#2995)
* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider
2023-10-18 14:46:34 +08:00
Tingquan Gao df50d0a5a3
update doc about PPHGNetV2 (#3002) 2023-10-11 15:37:12 +08:00
夜雨飘零 5ca584ff19
增加MultiScaleDataset的分割符 (#2853)
* 增加MultiScaleDataset的分割符

* remove encoding
2023-10-10 20:07:44 +08:00
thsno02 6cd88dfea6
fix: support for cases without a weight function (#2973) 2023-10-10 20:02:11 +08:00
cuicheng01 e9a59678f0
update PP-HGNetV2 (#2993) 2023-10-07 16:45:16 +08:00
cuicheng01 203eba4d6d
support load ssld state1 pretrain (#2988) 2023-09-26 23:48:27 +08:00
cuicheng01 5a28bab6d0
add hgnetv2 (#2987) 2023-09-26 23:22:48 +08:00
Tingquan Gao fe12d63181
debug (#2934)
* debug: fix model name

* fix

* fix Infer.transforms.ResizeImage
2023-09-19 16:08:09 +08:00
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