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
TF/Keras has updated so as often happens, it broke the old code.
the corrected stanzas should look like: if K.image_data_format() == "channels_first": # was K.image_dim_ordering() == "th"
The text was updated successfully, but these errors were encountered:
TF/Keras has updated so as often happens, it broke the old code.
the corrected stanzas should look like:
if K.image_data_format() == "channels_first": # was K.image_dim_ordering() == "th"
The text was updated successfully, but these errors were encountered: