wemoveon2
8fcde3889d
Revert previous changes
...
This reverts commit efb5851add
.
2024-10-07 20:01:47 -04:00
wemoveon2
efb5851add
fix
2024-10-01 11:23:41 -04:00
wemoveon2
c71ed86d0e
mmcv.runner -> mmengine.runner
2024-09-25 15:16:02 -04:00
wemoveon2
27a9e91269
use mmengine config
2024-09-24 18:25:00 -04:00
Ma Zerun
a87ff7e153
[Enhance] Use `--a-b` instead of `--a_b` in arguments. ( #754 )
2022-03-30 19:16:28 +08:00
Ma Zerun
44e9902979
[Refactor] Use `--gpu-id` instead of `--gpu-ids` in non-distributed multi-gpu training/testing. ( #688 )
2022-02-17 02:17:01 +08:00
Ma Zerun
b39885d953
[Feature] Support K-fold cross-validation ( #563 )
...
* Support to use `indices` to specify which samples to evaluate.
* Add KFoldDataset wrapper
* Rename 'K' to 'num_splits' accroding to sklearn
* Add `kfold-cross-valid.py`
* Add unit tests
* Add help doc and docstring
2022-01-19 18:32:55 +08:00