Commit Graph

31 Commits (04a0bb62ff5c84fb100d4618a9b899de1ee38d05)

Author SHA1 Message Date
gaotingquan a7464b9f37 docs: add reference link 2021-11-08 06:34:57 +00:00
cuicheng01 052349ea8c update codes 2021-11-04 10:57:16 +00:00
gaotingquan 7f55c6e8f3 refactor: deprecate MixCELoss 2021-10-27 19:46:48 +08:00
gaotingquan 0dccfb917d fix: interpolation maybe be 0 2021-09-30 06:49:41 +00:00
gaotingquan de859b4a3d fix: compatible with opencv under version 4.4.0 2021-09-26 13:22:38 +08:00
gaotingquan 1f8cfbd69d fix: fix augmentation
Fix RandomErasing, RandAugment to be consistent with Timm and compatible with earlier PaddleClas.
Add ColorJitter implemented by PaddleVision and TimmAutoAugment borrowed from Timm Lib.
2021-09-17 11:00:00 +00:00
cuicheng01 9bc2041e74
Merge pull request #1228 from TingquanGao/dev/support_pil_resize
feat: support pil resize
2021-09-17 18:54:07 +08:00
gaotingquan 64c370008b feat: support pil resize
Support PIL resizse with PIL interpolation to train transformer.
Almost all vision transformer models need using PIL.Image.BICUBIC
as interpolation in resize.
2021-09-15 06:29:22 +00:00
gaotingquan b578662b32 perf: add OpSampler to support multiple ops 2021-09-08 12:53:48 +00:00
gaotingquan ae768d6aee feat: support to enable mixup and cutmix at same time 2021-08-25 11:35:11 +00:00
cuicheng01 fdff2de329
fix random_erasing bug (#1160) 2021-08-21 17:49:49 +08:00
littletomatodonkey 9d9cd3719e
add static training (#1037)
* add static training

* fix typo

* add se fp16

* rm note

* fix loader

* fix cfg
2021-07-15 10:30:07 +08:00
littletomatodonkey c01ddee14b
fix distillation and augment yaml (#851) 2021-06-16 16:36:22 +08:00
dongshuilong bba0cf8fdb add CompCars train 2021-06-02 20:04:24 +08:00
cuicheng01 d13cb22378 Add legendary_model's congigs and fix some trainer's bug 2021-06-01 17:24:21 +00:00
Felix bf8f2bef51
Update __init__.py 2021-05-31 16:00:32 +08:00
Felix 89a4c43187
Update random_erasing.py 2021-05-31 15:59:53 +08:00
Felix f2c0cee05c
Update randaugment.py 2021-05-31 15:59:08 +08:00
Felix ea08c644bd
Update operators.py 2021-05-31 15:58:46 +08:00
Felix 289a6fc11a
Update hide_and_seek.py 2021-05-31 15:58:16 +08:00
Felix f958e2c05e
Update grid.py 2021-05-31 15:57:54 +08:00
Felix 2f84cc3809
Update functional.py 2021-05-31 15:56:42 +08:00
Felix 017d95caf2
Update fmix.py 2021-05-31 15:55:51 +08:00
Felix f15a478fc3
Update cutout.py 2021-05-31 15:55:28 +08:00
Felix 50f00e8486
Update autoaugment.py 2021-05-31 15:54:20 +08:00
Felix 6db0ae8af4
Update batch_operators.py 2021-05-31 15:53:54 +08:00
Felix 1d9c5710cc
Add files via upload 2021-05-31 12:57:18 +08:00
Felix 3bd7a0979c
Create __init__.py 2021-05-31 12:56:34 +08:00
Felix ed7e7a3717
Add files via upload 2021-05-31 12:55:28 +08:00
Felix 93ef6ed2f6
Create __init__.py 2021-05-31 12:55:10 +08:00
Felix d7ba539452
Create __init__.py 2021-05-31 12:53:48 +08:00