Zaida Zhou

Results 204 comments of Zaida Zhou

Why is this error occurring? The reason is that we have released a new version but the downstream libraries are not yet supported. There are two solutions, one is to...

Hi, you can install the correct pacages with the following command: ```bash pip install openmim mim install mmcv ```

please refer to https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-with-pip

hi, you could try to install `ninja` and `psutil` to speed up the building process. ```bash pip install ninja psutil ```

Hi @Benstime , thanks for your report. You could try to remove `import mmcv.cnn` and it still does not print '123'.

Hi, have you verified the PR in mmediting?

Hi, it seems that the PR changes `'` to `"` which does not meet mmengine's code style.

It would be better to provide a benchmark of the optimization in the PR message.

Please add the usage in the `docs/en/tutorials/optim_wrapper.md` and `docs/zh_cn/tutorials/optim_wrapper.md`