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
Hi there, I am confused about the force_console_behavior function, it does not force any behavior itself, it simply returns the console master and progress bars. I can't tell if it is misnamed or this is a regression.
fastai ProgressCallback uses the master_bar imported from fastprogress, so to force console the master_bar and progress_bar variables should be updated.
Hi there, I am confused about the
force_console_behavior
function, it does not force any behavior itself, it simply returns the console master and progress bars. I can't tell if it is misnamed or this is a regression.fastai
ProgressCallback
uses themaster_bar
imported fromfastprogress
, so to force console themaster_bar
andprogress_bar
variables should be updated.The current implementation is:
I would expect this instead:
The text was updated successfully, but these errors were encountered: