cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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

2 REPLIES 2

LandanG
Databricks Employee
Databricks Employee

Hi @Mrinmoy Guptaโ€‹, what happens when you detach the notebook from the cluster (and optionally clear the state) and then rerun the code?

I've seen this happen once and it was a solved by re-running the code

Mrinmoy207
Databricks Partner

Still the same issue