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
Console output now defaults to :quiet — only results, warnings, and errors print. Per-epoch summaries and per-batch loss are no longer shown by default. Restore the old verbosity with set_verbosity!(:verbose) (per-epoch) or set_verbosity!(:debug) (per-batch).
New exports set_verbosity! / get_verbosity control the global output level (:silent/:quiet/:normal/:verbose/:debug, or an Int in 0:4). No function signatures changed, so existing code keeps working — it just prints less.