456 Commits

Author SHA1 Message Date
fangyixiao.vendor
1e16016b27 [Refactor] refactor byol 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
29c6b26ee0 [Refactor] refactor tsne tool 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
acf001d554 [Refactor]: Refactor CAE 2022-07-18 11:06:44 +08:00
renqin
a648611cc5 [Refactor] refactor simsiam 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
61fdc30c59 [Refactor] refactor simclr 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
c9a532e1c0 [Refactor] refactor mocov3 benchmark 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
7b89e971e3 [Feature]: Add Swin 192 benchmark 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
bc199203a0 [Refactor] refactor rotation pred 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
87ed42aaeb [Refactor] refactor barlowtwins 2022-07-18 11:06:44 +08:00
renqin
7528fbcbe8 [Refactor]: refactor simsiam algorithm 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
cd04872c95 [Refactor] refactor classification benchmark, ResNet related config 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
da564e5b02 [Refactor] Refactor extractor and collect according to new BaseModel 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
408b9fb187 [Fix]: Fix layer wise learning rate decay optim wrapper 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
5a84e88609 [Refactor] refactor mocov3 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
bcc4576ace [Refactor]: Refactor relative loc 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
5ba17adb23 [Refactor]: Refactor SimMIM 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
b9df061e7f [Refactor] refactor moco according to new basemodel 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
df8c204d75 [Refactor] refactor hooks and add ut 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
f78fe71794 [Refactor] refactor swav hook to control gradient 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
35e0988527 [Refactor]: Refactor base model and create a sample for MAE 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
962f9b9752 [Refactor] refactor multi_cls_head and clean cls algorithm 2022-07-18 11:06:44 +08:00
fangyixiao18
c9b86b8333 Use in-place operation to speed up EMA 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
5b8c1a8355 [Refactor]: Refactor config tutorial 2022-07-18 11:06:44 +08:00
fangyixiao18
5ea54a48c8 fix ut 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
ad382c2115 [Refactor] add unit test for deepcluster dataset and sampler 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
ceda0eed68 [Refactor] add unit test for part of model utils 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
ded3dc9640 [Refactor]: Refacor scheduler and change scheduler to param_scheduler 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
0f10a4debe [Feature]: Add ut for backbones 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
62c909d3d2 [Refactor]: Rename optimizer wrapper constructor 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
301ae8ded2 [Refactor] Refactor memories 2022-07-18 11:06:44 +08:00
renqin
2e1b978bb2 [Refactor]: refactor dataset config and transforms 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
8d18f42c32 [Fix]: Fix UT 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
0a2a811acf [Fix]: Fix lint 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
4fa194ae60 [Refactor]: Refactor random aug 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
7039be72d6 [Refactor]: Refactor PackSelfInputs 2022-07-18 11:06:44 +08:00
renqin
e34159e6bc [Feature]: add Places205 dataset 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
1176808264 [Refactor] refactor utils 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
c39277b216 [Feature] apply EMA from mmengine and add CosineEMA 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
17136bf935 [Feature]: Add pseudo_label in selfsupdatasample 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
a10a6bd64f [Refactor]: Refactor layer wise decay learning rate optimizer constructor 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
2f2813ecd4 [Refactor]: Refactor ODC 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
0baac605d1 [Refactor]: Refactor NPID 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
09c721a33e [Refactor] refactor sampler and clean redundant codes 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
0c88e8dceb [Refactor]: Refactor loss 2022-07-18 11:06:44 +08:00
fangyixiao18
1f69aa84f7 add 'set_reweight' to hook 2022-07-18 11:06:44 +08:00
renqin
99de0c1aeb [Refactor]: refactor RelativeLoc model and RandomPatchWithLabels transform 2022-07-18 11:06:44 +08:00
renqin
e39e3bbac0 [Refactor]: refactor RotationPred model and RotationWithLabels transform 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
5dc3696df7 [Refactor] refactor DeepCluster and ODC hook and related files 2022-07-18 11:06:44 +08:00
YuanLiuuuuuu
d1b7466d9b [Refactor]: Refactor deepcluster 2022-07-18 11:06:44 +08:00
fangyixiao.vendor
063288240a [Refactor] refactor hooks 2022-07-18 11:06:44 +08:00