titu1994 / DenseNet

DenseNet implementation in Keras
MIT License
707 stars 294 forks source link

Error about normalize_data_format #63

Open wubinbai opened 4 years ago

wubinbai commented 4 years ago

from keras.backend import normalize_data_format

from keras.utils.conv_utils import normalize_data_format

should replace first line of code to the second in subpixel.py to run.