4912 Commits

Author SHA1 Message Date
gaotingquan
efe0d45c99 refactor: rm irrelevant code 2023-03-10 16:56:55 +08:00
gaotingquan
6bed0f5707 refactor: build_train_func & build_eval_func
1. rm engine.device and use paddle.device.get_device() instead;
2. mv some code to build_train_func or build_eval_func to simpfy engine.
2023-03-10 16:56:55 +08:00
gaotingquan
75a20ba557 refactor: add ClassModel to unify model forward interface 2023-03-10 16:56:55 +08:00
gaotingquan
376d83d46e refactor: simplify engine 2023-03-10 16:56:55 +08:00
yunyaoXYY
4cd9dc0e05 fix faiss bug 2023-03-07 15:09:43 +08:00
gaotingquan
d0c01a97e6 add rfc for hackathon 2023-03-06 18:47:30 +08:00
HydrogenSulfate
4965c6336f update android demo doc in quick start 2023-03-03 16:29:48 +08:00
dolcexu
c779cc14eb adamwdl fix 2023-03-02 19:20:18 +08:00
gaotingquan
995c8b262f replace with mini dataset 2023-03-01 19:56:46 +08:00
HydrogenSulfate
bd9aee7d55 format MetaBIN_ResNet50_cross_domain.yaml and metabin.md 2023-02-28 15:01:21 +08:00
HydrogenSulfate
cc638a9d02 update pretrained_model and inference model link in TIPC config and refine TIPC script 2023-02-28 15:01:21 +08:00
tianyi1997
099310efe2 Update tipc 2023-02-28 15:01:21 +08:00
tianyi1997
6fad15edae Add tipc for MetaBIN 2023-02-28 15:01:21 +08:00
tianyi1997
e0847f1800 Update pretrained backbone 2023-02-28 15:01:21 +08:00
tianyi1997
f313a6d873 Support training without amp 2023-02-28 15:01:21 +08:00
tianyi1997
4553d22cf1 Modify save_interval 2023-02-28 15:01:21 +08:00
tianyi1997
186e21efc9 fix: remove typos 2023-02-28 15:01:21 +08:00
tianyi1997
74fa0cc203 Modify docstring 2023-02-28 15:01:21 +08:00
tianyi1997
fad8563e99 Create doc for MetaBIN 2023-02-28 15:01:21 +08:00
tianyi1997
8229930391 Rename cfg 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
f4584bdb0d Update cfg 2023-02-28 15:01:21 +08:00
tianyi1997
a9b8432597 fix: wrong base class & simplify train func 2023-02-28 15:01:21 +08:00
tianyi1997
f02a4630b2 Modify config
evaluate once every 400 iters
2023-02-28 15:01:21 +08:00
tianyi1997
ac466b68da Create MetaBNNeck 2023-02-28 15:01:21 +08:00
tianyi1997
1be9c16a95 Update BNNeck 2023-02-28 15:01:21 +08:00
tianyi1997
7a31d9a97f fix: optimizer setting 2023-02-28 15:01:21 +08:00
tianyi1997
21e76d08b6 Modify codes based on reviews 2023-02-28 15:01:21 +08:00
tianyi1997
d79fb66e19 Create train func & cfg for MetaBIN 2023-02-28 15:01:21 +08:00
tianyi1997
0cc6bc0bd3 Add regex support for selecting optim object 2023-02-28 15:01:21 +08:00
tianyi1997
8d4a79e57f Add cyclic learning rate 2023-02-28 15:01:21 +08:00
tianyi1997
3c21282dfb Create losses for MetaBIN 2023-02-28 15:01:21 +08:00
tianyi1997
c3fa6eca86 Create backbone for MetaBIN 2023-02-28 15:01:21 +08:00
tianyi1997
1070d9bec0 Create dataloader for MetaBIN 2023-02-28 15:01:21 +08:00
zengshao0622
adb9930317 fix name 2023-02-28 14:28:23 +08:00
zengshao0622
5604a13fac fix name 2023-02-28 14:28:23 +08:00
dolcexu
f24e1f9bcf cae config fix 2023-02-23 16:28:50 +08:00
HydrogenSulfate
fb763b7096 fix(dali): reset dataloader manually when using DALI dataloader during epoch training 2023-02-21 20:11:04 +08:00
zengshao0622
1c68b63a66 fix some nots 2023-02-15 12:00:55 +08:00
zh-hike
23b011206a fix randomapply 2023-02-15 11:17:18 +08:00
kangguangli
85f65ce76f fix paddle2.4 hang problem 2023-02-14 10:50:27 +08:00
kangguangli
3f43784964 remove with_data_parallel in program.compile 2023-02-14 10:50:27 +08:00
gaotingquan
0034314376 support to train swin with dynamic2static 2023-02-14 10:46:57 +08:00
gaotingquan
283cb12817 timeout 5m 2023-02-14 10:46:57 +08:00
gaotingquan
ffca17ac6a replace the dataset with full ILSVRC2012 2023-02-14 10:46:57 +08:00
gaotingquan
e355f2e720 static training swin is not yet supported 2023-02-14 10:46:57 +08:00
gaotingquan
2fc143f338 support to_static 2023-02-14 10:46:57 +08:00
gaotingquan
ada7a3becf ResNet50_amp_O2_ultra.yaml is not used by default. 2023-02-14 10:46:57 +08:00
gaotingquan
2d66aeeb77 support specify model_type in config
such as norm_train and to_static_train
2023-02-14 10:46:57 +08:00
gaotingquan
811b483e30 fix: set dtype in paddle.to_tensor() 2023-02-10 15:51:53 +08:00