Kaikai Tian

Results 3 comments of Kaikai Tian
trafficstars

> > To #58, the results are not reproducible. It's caused by the one-hot encoding for the label while loading the data. We can get reproducible results after fixing the...

> 我遇到了这个问题,我直接将mmsegmentation/mmseg/**init**.py中的MMCV_MAX的值修改为MMCV_MAX = '6.5.0'就好了 ` > > MMCV_MIN = '2.0.0rc4' MMCV_MAX = '6.5.0' MMENGINE_MIN = '0.5.0' MMENGINE_MAX = '1.0.0' > > ` Works for me. My env is torch2.4.1+py3.10_cuda11.8_cudnn9_0.

> 这个您解决了吗 不好意思,我不做这个方向了,你可以让cursor试着解决一下