Zhe Chen

Results 316 comments of Zhe Chen

> 如果可以的话,如果您跑的结果还可以的话可以分享给我一下配置文件吗? > > > @Akinpzx 我跑一下这个数据集试试,晚一些给你回复 可以的

> > > 如果可以的话,如果您跑的结果还可以的话可以分享给我一下配置文件吗? > > > > @Akinpzx 我跑一下这个数据集试试,晚一些给你回复 > > > > > > 可以的 > > 请问作者您有什么进展了吗?不知结果如何呢? 最近卡比较紧张,刚排上训练,晚上可以给你一个初步结果

@Akinpzx 请问你用的mmseg是什么版本,我看potsdam数据集需要升级到v0.21以上

``` 2022-08-30 17:43:17,895 - mmseg - INFO - Iter [650/80000] lr: 6.162e-07, eta: 16:46:51, time: 0.734, data_time: 0.011, memory: 14739, decode.loss_cls: 1.1344, decode.loss_mask: 1.8733, decode.loss_dice: 2.7332, decode.d0.loss_cls: 3.9326, decode.d0.loss_mask: 1.8059,...

@Akinpzx 这是8000/80000 iters的mIoU,完整的训完还需要16小时 ``` 2022-08-30 19:21:49,013 - mmseg - INFO - Iter [8000/80000] lr: 1.292e-06, eta: 16:00:51, time: 1.284, data_time: 0.010, memory: 14739, decode.loss_cls: 0.1364, decode.loss_mask : 1.0678, decode.loss_dice: 1.2613,...

@Akinpzx 我更新了[config](https://github.com/czczup/ViT-Adapter/blob/main/segmentation/configs/potsdam/mask2former_beit_adapter_large_512_80k_potsdam_ss.py),你可以试试看。另外,麻烦确认一下mmseg的版本,如果是v0.20.2,应该是没法直接跑potsdam这个数据集的,因为他是v0.21才加进来的 ``` 2022-08-30 21:08:50,453 - mmseg - INFO - Exp name: mask2former_beit_adapter_large_512_80k_potsdam_ss.py [15/1870] 2022-08-30 21:08:50,459 - mmseg - INFO - Iter [16000/80000] lr: 1.149e-06, eta: 14:15:07, time: 1.269, data_time:...

@Akinpzx 最后训完是80左右 ``` 2022-08-31 10:56:42,526 - mmseg - INFO - Iter [80000/80000] lr: 1.795e-11, eta: 0:00:00, time: 1.268, data_time: 0.021, memory: 14739, decode.loss_cls: 0.0268, decode.loss_mask: 0.4506, decode.loss_dice: 0.5791, decode.d0.loss_cls: 0.0967,...

> @czczup 我还用一个问题想请教一下就是断点续训在哪设置呢? ``` sh dist_train.sh --resume-from ``` 用resume-from指定checkpoint

> I want to use these weights as a pretrained model for use with a smaller subset of cocostuff data. When I change > > pretrained = 'pretrained/beit_large_patch16_224_pt22k_ft22k.pth' > >...

Hi, your notebook is very good. All the steps are correct. This output is just a warning, not an error. This warning is due to the use of LayerScale in...