You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, deepometry.parse.parse returns images with channels in the last axes. This creates images incompatible with "channels_first" configurations.
Use keras.backend.image_data_format() to determine the axes ordering for parsed images.
Currently,
deepometry.parse.parsereturns images with channels in the last axes. This creates images incompatible with"channels_first"configurations.Use
keras.backend.image_data_format()to determine the axes ordering for parsed images.