-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set trainer_config = {'logger':none} not work #1621
Comments
Hi @Aaron1993 Can you please provide some details on what behavior you are experiencing vs expecting? |
I am also facing the same issue when trying to run the NeuralProphet model inside AWS Lambda function. AWS Lambda function do not allow writing files except for the /tmp directory, so I have tried to set the Here is how I configured the NeuralProphet model
and I get this error when I access the Lambda function logs
|
What I expect when I set |
I'm also running into this issue. Is there a way to create the lightning_logs folder in a different directory? |
Bump on this, I am also having this issue. Is there a way to turn off the logging to also get around this? |
Bumping, thanks! |
Bumping on this! |
I am experiencing this issue as well. Bumping, thanks! |
Bumping on this! |
@ourownstory Can you please check this for any possible fixes? |
I would like to solve this problem too. I would like to use this package multi-threaded, but this folder creation seems to be preventing it. |
when I trained the NeuralProphet model, I won't save the log file named 'lightning_logs', so I set the
trainer_config = {'logger': None/False}
, and it still saved the log file. How can I resolve this problem?The text was updated successfully, but these errors were encountered: