Mashiro

Results 30 issues of Mashiro

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...

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...

### What is the feature? Currently ,`get_config` and `get_model` only support to get model by: ```python from mmengine.hub import get_model, get_config cfg = get_config('mmpretrain::mae/mae_hivit-base-p16_8xb512-amp-coslr-1600e_in1k.py') model = get_model('mmpretrain::mae/mae_hivit-base-p16_8xb512-amp-coslr-1600e_in1k.py') ``` To make...

Frozen parameters will be parsed as a parameter group here: https://github.com/open-mmlab/mmengine/blob/b2295a258c4af3cdeb1a55fa5e49cddbd1c6c0bf/mmengine/optim/optimizer/default_constructor.py#L215 However, accepting a frozen parameter group is meaningless for the optimizer, and we should remove this unnecessary code.

bug

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...

我看项目中resnet50的教师网络是resnext101_64x4d,那resnet101的teacher又是哪个呢?是否需要用精度更高的模型对其进行蒸馏(论文里说teacher的精度越高,蒸馏效果越好)。此外用同样的网络结构自己蒸馏自己,模型精度会有提升么?

## Fish version fish, version 3.7.0 ## System information ``` > uname -a Linux xxx #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ``` ``` >...

#### Describe the bug I'm using PowerShell on Windows with Fish and Tide. Once I enter a GitHub project, any character I input will trigger a new line, like this:...

🐛 bug