You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the tutorial code (tutorial.ipynb) it returns this error: AttributeError: 'NNODE1IVP' object has no attribute 'losses'
After trying to plot the loss function history.
This persists even when running the code on a regular python interface.
Is this an issue with a lack of downloaded/installed packages or an issue with the code itself?
The text was updated successfully, but these errors were encountered:
When running the tutorial code (tutorial.ipynb) it returns this error:
AttributeError: 'NNODE1IVP' object has no attribute 'losses'
After trying to plot the loss function history.
This persists even when running the code on a regular python interface.
Is this an issue with a lack of downloaded/installed packages or an issue with the code itself?
The text was updated successfully, but these errors were encountered: