chen0040 / keras-video-classifier

Keras implementation of video classifier
MIT License
111 stars 52 forks source link

set_image_dim_ordering no longer supported #15

Open akshitadixit opened 3 years ago

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