I am trying to run this source and have this problem with the Weights cause I use keras 2.3 .
@jalused
(https://github.com/jalused/Deconvnet-keras/blob/master/Deconvnet-keras.py)
'provided weight shape ' + str(w.shape))
ValueError: Layer weight shape (3, 64, 3, 3) not compatible with provided weight shape (3, 3, 3, 64)
any help please?
I am trying to run this source and have this problem with the Weights cause I use keras 2.3 .
@jalused
(https://github.com/jalused/Deconvnet-keras/blob/master/Deconvnet-keras.py)
'provided weight shape ' + str(w.shape))
ValueError: Layer weight shape (3, 64, 3, 3) not compatible with provided weight shape (3, 3, 3, 64)
any help please?