flyyufelix / DenseNet-Keras

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

Two issues are updated: Conv2D and Py3 #14

Open jskDr opened 7 years ago

jskDr commented 7 years ago

For DenseNet, Convolution2D is replaced by Conv2D. For testing, Py2 is changed to Py3. I tested after the updations and it works very fine.