52 Commits

Author SHA1 Message Date
友情小爪
95516420e5 bugfix: change has_labels to return_label 2020-12-20 22:30:11 +08:00
YouqingXiaozhua
cc5476715b use cifar as contrastive dataset 2020-12-19 17:55:32 +08:00
cxx
15706cbed2 Support prefetching on the linear classification task (False by default). 2020-12-16 14:36:41 +08:00
cxx
0d923537f5 Test and report the speed up effect using MoCoV2. 2020-12-03 09:28:23 +08:00
cxx
796cd68297 Support prefetching data to speed up IO. 2020-12-01 18:26:27 +08:00
xiaohangzhan
3272f765c5 exclude torchvision GaussianBlur 2020-10-29 22:17:01 +08:00
hezijian
0d185ce2cd add byol with sync-bn and accmulate gradient 2020-10-21 14:07:09 +08:00
Xiaohang Zhan
aa62006c6e
Merge pull request #54 from ZhiyuanChen/patch-1
fix evaluate() of ContrastiveDataset
2020-10-13 11:01:39 +08:00
Zhiyuan Chen
a435f4fbd6
fix evaluate() of ContrastiveDataset
Signature of method 'ContrastiveDataset.evaluate()' does not match signature of base method in class 'BaseDataset'
2020-10-13 03:06:01 +08:00
Christian Clauss
b759690e04
Undefined name: import csr_matrix for line 166
`csr_matrix()` is called on line 166 but it is never defined or imported.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.csr_matrix.html
2020-10-12 20:51:51 +02:00
Xiaohang Zhan
2f2e78d0e7
fix typo 2020-09-29 22:55:23 +08:00
xieenze
d4105d7ece replace opencv blur to pil blur 2020-09-27 15:00:50 +08:00
xieenze
98151b985a replace opencv blur to pil blur 2020-09-27 14:47:53 +08:00
Jiahao000
5e67129743 fix docstring 2020-09-23 22:17:01 +08:00
xieenze
371f9b0e51 update README 2020-09-23 19:30:19 +08:00
Xiaohang Zhan
88f50ef89d
Merge pull request #40 from xieenze/master
support Apex
2020-09-09 17:24:44 +08:00
xieenze
a82292de50 update 2020-09-09 16:59:55 +08:00
xieenze
f1bb96a661 update 2020-09-09 16:57:50 +08:00
xieenze
d2284b373f update 2020-09-09 16:56:55 +08:00
xieenze
4cd6eb6cba update 2020-09-09 16:37:37 +08:00
xieenze
a1c0e03aec update 2020-09-09 15:35:09 +08:00
xieenze
71da5f98fb update 2020-09-09 14:55:36 +08:00
xieenze
5e782b3291 update 2020-09-09 14:41:56 +08:00
xiaohangzhan
7f071cd15c bias flag 2020-09-08 22:04:17 +08:00
xiaohangzhan
3482663252 with_last_bn option for simclr neck 2020-09-06 15:54:08 +08:00
Jiahao000
9bd774974c fix docstring format & add sync_bn option for simclr neck 2020-09-02 19:32:03 +08:00
Jiahao000
d5282c9344 add docstring 2020-09-02 19:24:59 +08:00
Jiahao000
188778c625 add docstring 2020-09-02 18:49:39 +08:00
Jiahao000
ab1b26deb6 update places205 linear classification config 2020-08-13 23:50:14 +08:00
xiaohangzhan
e13f0218dc mmcv==1.0.3 2020-08-04 13:43:23 +08:00
xiaohangzhan
64e27eb9b7 fix BYOL 2020-08-04 13:33:16 +08:00
Jiahao000
972e5107ac relative patch location 2020-07-09 22:32:11 +08:00
Jiahao000
7a4de682a8 relative patch location 2020-07-09 15:34:22 +08:00
Jiahao000
6c0d1d9f8f Merge branch 'master' of https://github.com/open-mmlab/OpenSelfSup 2020-07-09 00:32:03 +08:00
xiaohangzhan
e4f09cecf5 support bias in init_weights in ClsHead 2020-07-08 23:18:54 +08:00
xiaohangzhan
b211f66ca9 support specifying std in init_weights 2020-07-08 23:05:46 +08:00
Jiahao000
b6f1f0f8c7 relative patch location 2020-07-08 22:30:48 +08:00
xiaohangzhan
8f39b95109 rewrite odc neck; semi 10percent 2020-07-06 22:21:54 +08:00
xiaohangzhan
9a579fde4e fix version check 2020-06-30 14:20:35 +08:00
xiaohangzhan
f286d85849 minor fix 2020-06-29 12:01:17 +08:00
xiaohangzhan
c89239a871 update 2020-06-29 00:10:34 +08:00
xiaohangzhan
6891da7612 fix 2020-06-24 13:59:02 +08:00
xiaohangzhan
260f20af55 ensure the output of data source is image rather than tuple 2020-06-24 11:24:21 +08:00
xiaohangzhan
73282e01da necks docstring 2020-06-18 01:56:12 +08:00
xiaohangzhan
8455d606c8 simclr non-linear neck with syncbn 2020-06-18 00:37:23 +08:00
xiaohangzhan
c30613dd69 fix frozen stages in linear classification 2020-06-17 21:46:34 +08:00
xiaohangzhan
47ce648626 fix odc hook 2020-06-17 12:17:08 +08:00
xiaohangzhan
6a5dd91c64 docs 2020-06-17 02:06:16 +08:00
xiaohangzhan
a1c322556a benchmark scripts 2020-06-17 01:31:59 +08:00
xiaohangzhan
038d727ad4 semi-supervised benchmark 2020-06-16 16:30:46 +08:00