RaphaelMeudec / deblur-gan

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
587 stars 245 forks source link

module 'keras.utils.conv_utils' has no attribute 'normalize_data_format' #70

Open Chengjiahou opened 4 years ago

Chengjiahou commented 4 years ago

how to solve?

subhani-git commented 4 years ago

use TensorFlow 1.5.0 and keras 2.1.3 and leave the rest of the requirements. it works for me.