mim
mim copied to clipboard
MIM Installs OpenMMLab Packages
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
**Describe the feature** `mim install` should print all of the build versions of mmcv-full supported by the current environment. **Motivation** **Related resources** If there is an official code release or...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
I pulled the docker image of mmdetection:latest and passed the cli as shown below to run the container. It leads to a Jupyter Notebook instance, but unable to log-in due...
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
When using mim.train with specified number of GPUs, training is done on the specified GPUs, but logged config is not updated accordingly. ```python from mim import train work_dir = "/xxx"...
When I run the example ``` mim train mmcls resnet101_b16x8_cifar10.py --work-dir tmp --gpus 4 --launcher pytorch ``` An error happened: ``` Training command is python -m torch.distributed.launch --nproc_per_node=4 --master_port=27803 /home/tiger/.local/lib/python3.7/site-packages/mmcls/.mim/tools/train.py...