栉子

Results 1 comments of 栉子

Hi @ChenHongruixuan 感谢您的回复 我的配置 parser.add_argument('--resume', type=str, default=r'F:\DMU\MambaCD-master\pretrained_weight\MambaBCD_Small_LEVIRCD+_F1_0.8825.pth') parser.add_argument('--cfg', type=str, default=r'F:\DMU\MambaCD-master\changedetection\configs\vssm1\vssm_small_224.yaml') 我选取了一些数据进行infer,输出只有一些貌似不是要害的警告 => merge config from F:\DMU\MambaCD-master\changedetection\configs\vssm1\vssm_small_224.yaml F:\DMU\MambaCD-master\changedetection\utils_func\metrics.py:23: RuntimeWarning: invalid value encountered in scalar divide Pre = self.confusion_matrix[1, 1] / (self.confusion_matrix[0,...