deeplabv3-plus-pytorch
deeplabv3-plus-pytorch copied to clipboard
这是一个deeplabv3-plus-pytorch的源码,可以用于训练自己的模型。
focal loss 函数里的 $\alpha$ 参数是不是毫无作用啊…… 这么乘,对每一个类不都乘一样的了吗?那就起不到加权的作用了 
笔记本cpu13代i7,显卡4060,下采样为8,256*256,预训练权重mobilenetv2,用自己的数据集,2600张,冻结epoch50,解冻epoch300,batchsize均是8,一个epoch要半小时,看一下gpu利用率和内存一直用不上去(已排除是gpu故障),什么原因
RuntimeErrRuntimeError: CUDA error: an illegal instruction was encountered CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider...
大佬,我用一张2080,跑一个两千张512*512的数据集,batch size=16,怎么一个epoch要四十几分钟?同样的参数设置,在您分享的PSPNet和U-Net上都是几分钟一个epoch。请问可能是哪里出错了?
raise ValueError("Expected more than 1 value per channel when training, got input size {}".format(size)) ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1,...
请问 如何把 backbone换位resnet101呢