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
Please change all occurences of tqdm from from tqdm import tqdm to from tqdm.auto import tqdm.
Otherwise, model fit is printing a new line of progress bar for every update in the notebook.