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
on version 3.11.3, when running model.summary() it fails due to int deviation issue.
changing keras.src.utils.summary_utils line 46 "total_memory_size/8" to "total_memory_size//8" solves the issue.