Number of epochs/epoch loss widget not visible while training the model

Mrinmoy207
Databricks Partner

I am training a N-BEATS forecasting model using darts library. After I define all my hyper parameters and execute the code to fit my model and have set the ''verbose'' parameter to true according to the documentation to show the progress of the training but I am not getting the expected results.

code:

fit()obtained result:

image 

expected result:

imageWhat can be the problem and how to solve this?

Thanks