flyyufelix / DenseNet-Keras

DenseNet Implementation in Keras with ImageNet Pretrained Models
MIT License
568 stars 263 forks source link

Updated for newer version of tensorflow and keras #26

Open srg9000 opened 4 years ago

srg9000 commented 4 years ago

tested on tensorflow 1.13.1 - 2.0.0 and keras 2.2.4 - 2.3.0 as Merge layer has been removed and concatenate is now separate and image_dim_ordering has been changed.