isht7 / pytorch-deeplab-resnet

DeepLab resnet v2 model in pytorch
MIT License
602 stars 118 forks source link

different with between original version #4

Closed xiaowei-hu closed 7 years ago

xiaowei-hu commented 7 years ago

Notation. In original version, weights of three scale resnet are shared.

isht7 commented 7 years ago

Thank you for pointing this out. I will fix this soon.

isht7 commented 7 years ago

Now the weights of the 3 scales are shared in master. Thanks again for pointing out this issue.