Ma Zerun

Results 47 comments of Ma Zerun

Sorry, we don't support ray by now. To train models in multiple devices, we support using slurm, which refer to the https://github.com/open-mmlab/mmclassification/blob/master/tools/slurm_train.sh

The docstring is broken. ![图片](https://user-images.githubusercontent.com/26739999/146892316-9553d8dc-25bf-4916-96b3-dfab3a7ebb3f.png)

> Need to add test to show case the new features Done

> > ```python > _base_ = './base.py' > list_variable[1] = 5 > x, y = tuple_variable > dict_variable = dict( > a=dict(third=3, _delete_=True), > b=dict(third=3) > ) > ``` >...

Any updates on this problem? There are too many noisy warnings during debugging. Or any method to suppress these warnings temporarily?

Please try to calculate the confusion matrix according to the comment https://github.com/open-mmlab/mmclassification/issues/598#issuecomment-992064599

Please add it to the `model-zoo.md` and `models.rst`.

Looks the `WeightRandomSampler` is a good feature and maybe you can create a PR to add it to mmcls