keras-video-classifier icon indicating copy to clipboard operation
keras-video-classifier copied to clipboard

set_image_dim_ordering no longer supported

Open akshitadixit opened this issue 4 years ago • 0 comments

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')

akshitadixit avatar Jul 05 '21 07:07 akshitadixit