'ProgressBar' object has no attribute 'main_progress_bar' #1218
-
I got this error: setting learning_rate to a value fix that error above. Actually, previously I don't have to set the learning rate (before a try to update the package this morning). Then, after setting the lr, error below exists: environment Jupyter. I have checked in utils.py in logger.py class ProgressBar that inherits from TQDMProgressBar AttributeError Traceback (most recent call last) File d:\Projects_assignment\gitlab\financial-forecasting.venv\lib\site-packages\neuralprophet\forecaster.py:866, in NeuralProphet.fit(self, df, freq, validation_df, epochs, batch_size, learning_rate, early_stopping, minimal, metrics, progress, checkpointing, continue_training, num_workers) AttributeError: 'ProgressBar' object has no attribute 'main_progress_bar' |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I got this today also and I'm stuck |
Beta Was this translation helpful? Give feedback.
-
@marwanmusa @bernasor we released a new version of NeuralProphet ( |
Beta Was this translation helpful? Give feedback.
@marwanmusa @bernasor we released a new version of NeuralProphet (
0.5.3
) which should resolve those issues.