DeepLabv3_MobileNetv2_PyTorch icon indicating copy to clipboard operation
DeepLabv3_MobileNetv2_PyTorch copied to clipboard

A PyTorch Implementation of MobileNetv2+DeepLabv3

Results 13 DeepLabv3_MobileNetv2_PyTorch issues
Sort by recently updated
recently updated
newest added

I run your code,meet the error as flows: square_avg.mul_(alpha).addcmul_(1 - alpha, grad, grad) RuntimeError: cuda runtime error (59) : device-side assert triggered at /pytorch/aten/src/THC/generic/THCTensorMathPairwise.cu:81 could you help me?thanks!

训练出现AttributeError: 'NoneType' object has no attribute 'min' 的错误。我现在用的是python3.6.6,不会版本问题吧。

可以给个cityscapes数据集下载的百度云链接吗?官网的我下载不下来

我用你的一模一样的网络和数据训练最后loss收敛到0.17

Hi,请问有已经训好的模型可以直接拿来用吗?

用提供的ImageNet_pretrain.pth预训练模型出现**WARNING: Cannot load pre-trained model. Start training......** 捕获error如下: **Error: Error(s) in loading state_dict for Sequential:** **Missing key(s) in state_dict:** "0.0.weight", "0.1.weight", "0.1.running_var", "0.1.running_mean", "0.1.bias", "1.block.0.weight", "1.block.1.weight", "1.block.1.running_var", "1.block.1.running_mean", "1.block.1.bias", "1.block.3.weight",...

I meet this problem, can you help me ? ![image](https://user-images.githubusercontent.com/37359271/46210232-bb37ae80-c362-11e8-9fdf-a816c6d1b2f7.png)