rishizek/tensorflow-deeplab-v3

why do not apply softmax before predicting class?

MaybeShewill-CV opened this issue · 1 comments

HI I wonder why don't you apply softmax on the inference logits before you decode the predicted class in file https://github.com/rishizek/tensorflow-deeplab-v3/blob/master/deeplab_model.py line 159~161. Thanks for your reply

@rishizek Thanks I have solved this problem:)