Commit Graph

361 Commits (6a89f453d4f82b1fbe2f618f0f198e7d12eb4b38)
 

Author SHA1 Message Date
Ming Li 6a89f453d4
fix bug when loading cifar dataset (#191)
Co-authored-by: liming <liming.ai@bytedance.com>
2022-01-28 19:58:00 +08:00
Yixiao Fang a807b38e4c
[Feature] support cpu training (#188)
* [Fix] modify non-dist training algorithm list

* [Feature] support cpu training

* [Docs] modify description
2022-01-28 17:49:46 +08:00
Yixiao Fang c39bb83a7c
[Fix] fix dataset.evaluate args bug (#192) 2022-01-28 16:46:53 +08:00
Yixiao Fang d029a0db05
[Fix] Fix bug in non-distributed multi-gpu training/testing (#189)
* [Fix] Fix bug in non-distributed multi-gpu training/testing

* [Fix] add MMDP device_ids
2022-01-27 13:20:04 +08:00
Yixiao Fang 21d631f528
[Enhance] speed up training (#181)
* [Enhance] speed up training

* [Enhance] add setup_multi_processes to test.py

* [Fix] fix lint
2022-01-25 15:50:28 +08:00
Ming-Yang Ho aa1e65cee3
[Fix] fix a bug of showing kmeans losses (#182)
* fix a bug of showing kmeans losses

* fix a bug of showing kmeans losses

* isort

* fix typo (#180)

* add unit test

* remove gpu restrict

* restore gpu restrict

* bypass gpu by mock

* mock bypass

* mock bypass

* mock bypass

* mock bypass

* apply flake8

* apply flask8

* typo

* Upgrade isort (#184)

* Fix isort config

* Trigger commit hook

* Trigger commit hook

* Upgrade isort in ci and remove seed-isort-config

* Update test requirement

* Add unit test for build_dataset

* Fix test data

* Fix typo

* Use deepclustering dataset as test dataset config

* fix a bug of showing kmeans losses

* fix a bug of showing kmeans losses

* isort

* add unit test

* remove gpu restrict

* restore gpu restrict

* bypass gpu by mock

* mock bypass

* mock bypass

* mock bypass

* mock bypass

* apply flake8

* apply flask8

* typo

* apply isort

* remove session scope func

Co-authored-by: Uno Wu <st9007a@gmail.com>
2022-01-24 19:10:29 +08:00
Uno Wu 8369d6b0ce
Upgrade isort (#184)
* Fix isort config

* Trigger commit hook

* Trigger commit hook

* Upgrade isort in ci and remove seed-isort-config

* Update test requirement

* Add unit test for build_dataset

* Fix test data

* Fix typo

* Use deepclustering dataset as test dataset config
2022-01-24 15:22:31 +08:00
Ming-Yang Ho 7127db8522
fix typo (#180) 2022-01-19 14:18:42 +08:00
soonera 82fc43ab83
[Docs] translate 5_runtime.md into Chinese (#179) 2022-01-18 11:24:30 +08:00
soonera cba7c7df2f
[Docs] translate 4_schedule.md into Chinese (#178) 2022-01-18 11:23:55 +08:00
Yixiao Fang 56070ef133
[Docs] update algorithm README with the new format (#177)
* [Docs] seperate mocov1 and mocov2 configs, readme and metafile

* [Docs] update model link in metafile

* [Docs] update algorithm readme with new format

* [Docs] update width of pictures

* [Docs] update 'moco' related directory

* [Docs] fix lint
2022-01-18 11:18:51 +08:00
Yixiao Fang 4329e0358b
[Docs] update README files (#176)
* [Docs] update issue template

* [Docs] update README
2022-01-18 11:17:25 +08:00
Yixiao Fang 9b33c5efc4
[Docs] add Chinese version of compatibility.md (#172)
* [Docs] add Chinese version of compatibility.md

* [Docs] fix typo

* [Docs] fix lint

* [Docs] fix typo

* [Docs] fix typo
2022-01-14 18:09:20 +08:00
Yixiao Fang cc19b34c3d
[Fix] Deprecate the support for "python setup.py test" (#174) 2022-01-14 13:48:24 +08:00
xcnick 8e3fc95e97
Fix missing prob assignment in RandomAppliedTrans (#173) 2022-01-13 19:47:27 +08:00
Yuan Liu 95df89ef32
[Feature]: Translate install.md to Chinese (#169)
* [Feature]: Translate install.md to Chinese

* [Fix]: Fix typo

* [Fix]: Fix typo and lint
2022-01-11 16:47:06 +08:00
Yixiao Fang 45951c1b12
[Docs] update README and model_zoo.md (#165)
* [Docs] update README

* [Docs] add simsiam logs

* [Docs] add chinese version of model_zoo.md

* [Docs] fix typo

* [Benchmark] update SimSiam 100 epoch benchmark results

* [Benchmark] update simsiam 100 epoch seg results
2022-01-10 16:40:47 +08:00
Yun Du 54471dd5ef
[Docs] translate 2_data_pipeline.md and 3_new_module.md into Chinese and fix some typos. (#168)
* [Docs] translate 2_data_pipeline.md into Chinese

* [Docs] translate 3_new_module.md into Chinese

* [Docs] Fix typos from py to python
2022-01-10 12:39:14 +08:00
Jiahao Xie 86ca16c766
[Docs] translate prepare_data.md into Chinese (#166)
* [Docs] translate prepare_data.md into Chinese

* [Docs] fix typo in prepare_data.md
2022-01-04 10:28:39 +08:00
Jiahao Xie 128a11669c
[Docs] translate changelog.md into Chinese (#167) 2022-01-04 10:27:58 +08:00
Range King 9317d2ecbf
[Docs] translate 1_new_dataset.md into Chinese (#163)
* translate 1_new_dataset.md

1.translate 1_new_dataset.md into Chinese
2.fix missing `` in 1_new_dataset.md

* Update 1_new_dataset.md

fix table of content
2022-01-04 10:26:15 +08:00
Yuan Liu 0c45923952
[Feature]: Translate getting_started.md into Chinese (#164) 2022-01-03 15:36:29 +08:00
Yixiao Fang f06c3c3d98
[Fix] fix issue related bugs (#161)
* [Fix] fix version check of pytorch

* [Fix] fix data format in simclr
2021-12-28 22:06:19 +08:00
Yuan Liu e96d81e76c
Add drop_last when building eval optimizer (#158)
* [Fix]: Add drop_last param when build evaluation dataloader

* [Fix]: Delete pdb

* [Fix]: Delete auto resume

* [Fix]: remove import find_available_ckpt

* [Fix]: Delete bracket
2021-12-24 15:14:00 +08:00
Yixiao Fang 3237c76474
[Docs] add logs for part of algorithms (#157)
* [Docs] add logs for part of algorithms

* [Fix] fix typo
2021-12-23 21:50:31 +08:00
Yixiao Fang 5d2b4a389b
[Fix] fix links in .md files (#155) 2021-12-22 14:20:36 +08:00
Yixiao Fang e26d1b8a8f
[CI] skip CI when some specific files were changed (#154) 2021-12-20 15:08:50 +08:00
Yuan Liu dde842bb59
[Fix]: Fix mmselfsup not imported error when building readthedocs (#153) 2021-12-20 12:48:27 +08:00
Yixiao Fang 9ef4b9a3d8
[Enhance] enhance MIM function (#152)
* [Docs] update mminstall.txt

* [Docs] add MANIFEST.in

* [Docs] add metafile

* [WIP]: temporal commit

* [Enhance] Try to create a symbolic link on windows.

* [Docs] add metefile of algorithms
2021-12-17 16:39:03 +08:00
Yuan Liu e882fd9c01
[Fix]: Fix readthedocs switch language link bug (#149) 2021-12-17 14:09:56 +08:00
Yuan Liu f8fe0cc787
[Fix]: Fix log size (#148) 2021-12-17 14:08:06 +08:00
Yuan Liu a716eea5de
Revert "[WIP] Support installation and training by mim (#144)" (#151)
This reverts commit 240dd7318e.
2021-12-17 12:34:36 +08:00
Yixiao Fang 240dd7318e
[WIP] Support installation and training by mim (#144)
* [Docs] update mminstall.txt

* [Docs] add MANIFEST.in

* [Docs] add metafile
2021-12-17 12:22:59 +08:00
Yuan Liu febe511b67
[Refactor]: Refactor the directory structure of docs (#146)
* fix links of docs

* [Docs]: Use shared menu from theme instead

* [Refactor]: Refactor the directory structure of docs

* [Fix]: Fix lint

* [Fix]: Fix __version__.py file link bug

Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2021-12-16 20:29:57 +08:00
Yixiao Fang d6a0ce18c1
Cancel previous runs that are not completed (#145) 2021-12-16 20:29:34 +08:00
Jiahao Xie ec5528bfb9
[Docs] add badge link & update mmseg version requirement (#143) 2021-12-16 16:27:50 +08:00
Qing Chang ec6e6b8465
Update model_zoo.md (#134) 2021-12-16 13:58:47 +08:00
Yixiao Fang c5647eb838
[Docs] add xiaozhushou and selfsup wexin qrcode (#133) 2021-12-16 13:18:45 +08:00
Brandon Liu bbfd50e8c8
[Fix]: Fix lint (#18) 2021-12-16 11:32:18 +08:00
Jiahao Xie 6320bba34a
[Docs] update benchmark results (#17)
* [Docs] add partial results

* [Docs] update results
2021-12-16 11:32:04 +08:00
Jiahao Xie 3380dce973
[Fix] fix version number & update description (#16) 2021-12-16 10:13:22 +08:00
Jiahao Xie d4fca17bd1
[Docs] refine readme and changelog (#15)
* [Docs] refine readme

* [Docs] refine readme

* [Docs] refine CN readme

* [Docs] refine changelog

* [Docs] add mmselfsup project link

* [Docs] add mmselfsup in CN readme
2021-12-16 10:12:58 +08:00
Brandon Liu 0425effc40
[Fix]: Fix empty link bug (#14) 2021-12-15 21:53:12 +08:00
Yixiao Fang 43ba700ad2
[Docs] refine docs (#11) 2021-12-15 13:17:05 +00:00
Brandon Liu 2e4e46d918
Merge pull request #10 from Jiahao000/ly_dev
[Docs]: de-capitalize getting_started.md
2021-12-15 20:54:39 +08:00
seuyou 3a3184d1b9 [Docs]: de-capitalize getting_started.md 2021-12-15 20:52:37 +08:00
Yixiao Fang 52fcc0508f
[Docs] refine readme (#9) 2021-12-15 12:36:00 +00:00
Yixiao Fang 4912f52b0f
[Refactor] fix link in .md (#8) 2021-12-15 19:44:34 +08:00
Brandon Liu 1e9e4ed47b
[Feature]: Add new requirements (#7) 2021-12-15 19:34:15 +08:00
Yixiao Fang 12ccaae7e5
[Refactor] add .github and resources folder (#6)
* [Refactor] add .github folder

* [Refactor] add resources
2021-12-15 19:30:38 +08:00