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 merge, Atrous, and fit_generator, etc #38

Closed unixnme closed 7 years ago

unixnme commented 7 years ago

This commit will eliminate warnings from Keras complaining about deprecated APIs.

Specifically, it updates the following into Keras 2.0 API: