isht7 / pytorch-deeplab-resnet

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

No Relu in the ClassifierModule #38

Closed hua-wu-que closed 6 years ago

isht8 commented 6 years ago

ReLu should not be present in the final prediction block. There is no ReLu even in the caffe implementation.