p2irc / deepplantphenomics

Deep learning for plant phenotyping.
GNU General Public License v2.0
133 stars 46 forks source link

Odd softmax formula in semantic_segmentation_model.py #50

Closed JVanaret closed 4 years ago

JVanaret commented 4 years ago

Softmax formula (line 325) seems to be missing a "np.exp" in the denominator.

jubbens commented 4 years ago

thanks for the PR! luckily this is followed by an argmax so the bug had no effect.