keras-video-classifier
keras-video-classifier copied to clipboard
set_image_dim_ordering no longer supported
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')