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
I use Neuralprophet for airline passenger forecast, when I run the code, there is an error named KeyError pytorch_lightning.utilities.argparse_utils. Is this problem due to version incompatibility?
In my environment, pytorch_lightning=1.9.5neuralprophet=0.7.0 and torch=2.3.1 + cu121
The text was updated successfully, but these errors were encountered:
Thanks for your reply. I run the code for Airpassanger forecast, using django==4.1 as Web servers. Beginning, the code can run successfully, however, When the program is halfway through, this error occurs.
@Aaron1993 Thank you. This may be an issue outside NeuralProphet, but if you can provide us with a minimal code snippet to reproduce the error using the current status of the library (Github main branch), I am happy to look into this!
I use Neuralprophet for airline passenger forecast, when I run the code, there is an error named
KeyError pytorch_lightning.utilities.argparse_utils
. Is this problem due to version incompatibility?In my environment,
pytorch_lightning=1.9.5
neuralprophet=0.7.0
andtorch=2.3.1 + cu121
The text was updated successfully, but these errors were encountered: