36 Commits

Author SHA1 Message Date
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
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
Yang Nie
c351dac67e add tinynet 2023-05-06 19:04:37 +08:00
tianyi1997
74fa0cc203 Modify docstring 2023-02-28 15:01:21 +08:00
tianyi1997
7c3bb2754b Update files according to reviews
https://github.com/PaddlePaddle/PaddleClas/pull/2633
2023-02-28 15:01:21 +08:00
tianyi1997
21e76d08b6 Modify codes based on reviews 2023-02-28 15:01:21 +08:00
tianyi1997
8d4a79e57f Add cyclic learning rate 2023-02-28 15:01:21 +08:00
zh-hike
f83ff59c97 增加代码规范,删除一些无用的function 2023-01-04 13:42:00 +08:00
zh-hike
7823f340b1 cifar10_4000跑出论文精度代码 2023-01-04 13:42:00 +08:00
dongshuilong
3be87e0d91 fix ConsinFixmatch bug 2022-10-25 12:04:22 +08:00
dongshuilong
944763d7a5 add fixmatch 2022-10-25 12:04:22 +08:00
HydrogenSulfate
30cbb18321 update learning_rate.py 2022-10-17 15:51:48 +08:00
HydrogenSulfate
2cfd8dd828 add xbm 2022-10-17 15:45:45 +08:00
HydrogenSulfate
db80bfb5ab change return type from float to Constant when self.learning_rate is an float number 2022-09-27 19:46:20 +08:00
HydrogenSulfate
6125fa941b change Constant to ConstLR 2022-09-20 14:45:02 +08:00
HydrogenSulfate
cc12db099c fix Constant learning rate bug 2022-09-20 12:01:52 +08:00
HydrogenSulfate
27101d3d88 fix bug for warmup_steps setting 2022-09-19 14:37:15 +08:00
HydrogenSulfate
0776f1c700 fix small bugs 2022-09-16 14:40:51 +08:00
HydrogenSulfate
57dcf7adb5 fix small bugs 2022-09-16 14:24:34 +08:00
HydrogenSulfate
7e072087a5 refactor learningrate.py 2022-09-16 13:59:11 +08:00
HydrogenSulfate
790815f430 refine code and docs 2022-05-05 22:14:07 +08:00
HydrogenSulfate
16f910b451 add m1 and baseline config 2022-05-05 19:55:08 +08:00
HydrogenSulfate
9dde9376fb update code 2022-04-22 15:25:11 +08:00
HydrogenSulfate
dfd7749828 refine hard code 2022-04-21 14:37:00 +08:00
HydrogenSulfate
af90cd7c59 update center loss config and related code 2022-04-12 13:07:53 +08:00
Tingquan Gao
f91bc7ba0b
perf: add parameter validation (#1249)
When using warm up, the total epoch num must be greater than warm up epoch num. Otherwise,
there will be raising warning and warm up epoch num will be set to total epoch num.
2021-09-22 14:35:37 +08:00
gaotingquan
94433634c0 fix: fix Linear & support warmup start lr & support Cosine eta_min
Support setting warmup start lr and eta_min in Cosine.
Fix bug that Linear can not decay to end_lr when setting warmup.
2021-09-17 18:41:55 +08:00
dongshuilong
452f532121 add CompCars train and fix bugs 2021-06-03 11:00:47 +08:00
littletomatodonkey
dd79f81fd7
[WIP]add arch init (#744)
* polish trainer
2021-05-27 18:41:44 +08:00
littletomatodonkey
7ef474169d
polish api to Paddle2.0-rc (#346)
polish codes and docs to adapt Paddle2.0-rc
2020-10-30 00:20:48 +08:00
littletomatodonkey
b8a7d186d7 fix optimizer and regularizer 2020-09-15 09:43:19 +00:00
littletomatodonkey
0a3825c5ea support warmup for cosine and expo decay 2020-08-30 14:34:39 +00:00
shippingwang
bb622b24ed fix bugs 2020-06-04 04:07:38 +00:00
shippingwang
4ccfca291b add autoargument 2020-05-06 11:17:39 +00:00
WuHaobo
9f39da8859 Init PaddleClas 2020-04-09 02:16:30 +08:00