fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.09k stars 106 forks source link

AttributeError: 'NBMasterBar' object has no attribute 'out' #54

Closed AlkaSaliss closed 4 years ago

AlkaSaliss commented 4 years ago

When using learner.fit_flat_cos(n_epochs, cbs=[SaveModelCallback(path)]) it throws the exception However when used without the callback, it works with no error

fast_progress version = fastprogress-0.2.2

Any idea of what is causing this bug ?

nazmiasri95 commented 4 years ago

I also had same issue

sgugger commented 4 years ago

This is usually a residual error that comes after a real error in training, unrelated to fastprogress. This is why we always ask for the full stack trace when you file an issue, because it contains more information than the last error message.

Closing this issue, please reopen with a clear reproducer if needed.