Number of epochs/epoch loss widget not visible while training the model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 05:45 AM
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:
obtained result:
expected result:
What can be the problem and how to solve this?
Thanks
- Labels:
-
Azure databricks
-
Epoch
-
Progress bar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 08:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 09:05 AM
Still the same issue