Xingyi Yang
Xingyi Yang
There are three distinct concepts to understand: 1. `sample_ratio=[1, 4]` indicates the ratio of labeled to unlabeled samples within a single GPU. For instance, `sample_ratio=[1, 4]` means that there is...
This should a problem of installation of `mmcv`. The solution could be found in https://github.com/open-mmlab/mmdetection/issues/3271. The `requirement.txt` is provided in the repo, the package version is alse listed in https://github.com/Adamdad/ConsistentTeacher#requirements.
Dear @Code-of-Liujie, For installation issues with mmdet and mmcv, please check their issue trackers for solutions, as finding the right mmcv version can be tricky due to package design. For...
Hello @huangnana1 and @X-KL , how many GPUs are you using and did you change any values in the configs?
In the paper, we train all models with Distributed Data Parallel with 8xV100 GPU, so parallel training should be OK. Can you check your own environment and pytorch distributed config?
>  Please indicate which config you are using. For all configs in this repo, we have `model.train_cfg`. For example https://github.com/Adamdad/ConsistentTeacher/blob/b49a9ce1c0ae78d13528be0a9a4eff65a627d581/configs/consistent-teacher/consistent_teacher_r50_fpn_coco_180k_10p.py#L52-L58
> Do you want to try it remotely? 原始邮件 发件人:"Xingyi Yang"< ***@***.*** >; 发件时间:2024/1/17 18:56 收件人:"Adamdad/ConsistentTeacher"< ***@***.*** >; 抄送人:"Code-of-Liujie"< ***@***.*** >;"Comment"< ***@***.*** >; 主题:Re: [Adamdad/ConsistentTeacher] Multi card parallel (Issue #51)...
> _base_ = './consistent_teacher_r50_fpn_coco_180k_10p.py' fold = 1 percent = 10 data = dict( train=dict( sup=dict( ann_file="data/coco_semi/semi_supervised/instances_train2017.${fold}@${percent}.json", ), unsup=dict( ann_file="data/coco_semi/semi_supervised/instances_train2017.${fold}@${percent}-unlabeled.json", ), ), ) log_config = dict( _delete_=True, interval=50, hooks=[ dict(type="TextLoggerHook", by_epoch=False),...
> Here this mmdetion is the latest version, but the mmdet in the environment ==2.28.1 is not caused by this reason. 原始邮件 发件人:"Xingyi Yang"< ***@***.*** >; 发件时间:2024/1/17 20:09 收件人:"Adamdad/ConsistentTeacher"< ***@***.***...
> The lower version of mmdecion doesn't. Is it possible to do without mmdetection in this directory? 原始邮件 发件人:"Xingyi Yang"< ***@***.*** >; 发件时间:2024/1/17 20:18 收件人:"Adamdad/ConsistentTeacher"< ***@***.*** >; 抄送人:"Code-of-Liujie"< ***@***.*** >;"Comment"<...