Open akshitadixit opened 3 years ago
Hi, the K.set_image_dim_ordering('tf') isn't a part of keras.backend anymore. Solutions on stackoverflow and other forums suggest replacing it with the following: K.set_image_data_format('channels_first')
K.set_image_dim_ordering('tf')
K.set_image_data_format('channels_first')
Hi, the
K.set_image_dim_ordering('tf')
isn't a part of keras.backend anymore. Solutions on stackoverflow and other forums suggest replacing it with the following:K.set_image_data_format('channels_first')