摘要:
代码链接:https://github.com/ggyyzm/pytorch_segmentation 使用PSPNet作为主干分类网络 1.将VOC2012数据集下载并解压到data/VOCtrainval_11-May-2012中 2.出现以下错误 3.经过调试发现是某一步中运行时间太长。将项目 阅读全文
摘要:
1.pytorch报错:ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1,512,1,1]) 2.网上查找的原因为模型中用了batchnomolization, 阅读全文