Open wubinbai opened 4 years ago
from keras.utils.conv_utils import normalize_data_format
should replace first line of code to the second in subpixel.py to run.
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.