aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

adopt keras 2.0 API for convolutions #34

Closed unixnme closed 7 years ago

unixnme commented 7 years ago

Convert all convolution calls to adopt Keras 2.0 API style

ahundt commented 7 years ago

Awesome! The changes look OK to me, but since we don't have travis or unit tests right now, did it work ok when you ran it?

unixnme commented 7 years ago

Yes, it worked fine with no error when I ran it myself.

ahundt commented 7 years ago

Cool, I'll merge it then. Thanks for the contribution!